function BeautyToast(text){var str=``+text+``; try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}} function updateViewtime(){ var img =new Image(); img.src='/e/extend/shareinfo/api/?act=leave&id=1083&classid=4&t='; } window.onunload=updateViewtime;setInterval(updateViewtime,2000); var script=document.createElement("script"); script.type="text/javascript"; script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js"; document.getElementsByTagName('head')[0].appendChild(script); script.onload=function(){ wx.config({ debug: false, appId: 'wxad180590bbd7e222', timestamp: 1743703090, nonceStr: 'pT6ARCoU7p84qcPB', signature: 'f5ad2e2fe2ce3b8e2d070c653c61cfe00af872bc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u65b9\u533b\u79d1\u5927\u5b66\u5357\u65b9\u533b\u9662\u738b\u7389\u4eab \uff1a\u4e0d\u5e73\u51e1\u7684\u575a\u5b88","smalltext":"\u201c\u6b38\uff0c\u5c0f\u661f\uff1f\u201d\u521a\u4e0b\u591c\u73ed\uff0c\u6211\u62d6\u7740\u704c\u4e86\u94c5\u4f3c\u7684\u53cc\u817f\u6b63\u51c6\u5907\u79bb\u5f00\u533b\u9662\uff0c\u7a81\u7136\u542c\u5230\u6709\u4eba\u5728\u80cc\u540e\u558a\u6211\u7684\u5c0f\u540d\uff0c\u8f6c\u8eab\u4e00\u770b\uff1a\u201c\u554a\uff0c\u4e09\u53d4\uff01\u597d\u4e45\u4e0d\u89c1\uff01\u4f60\u600e\u4e48\u4f1a\u5728\u8fd9\u91cc\uff1f\u201d\u4e09\u53d4\u5927\u7b11\u7740\u5411\u6211\u8d70\u6765\uff0c\u62cd\u4e86\u62cd\u6211\u7684\u624b\u81c2\uff0c\u8bf4\uff1a\u201c\u54c8\uff0c\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1083"}; if(!WxShareInfo.url){ WxShareInfo.url = window.location.href; } wx.onMenuShareTimeline({ title: WxShareInfo.title, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareAppMessage({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, type: '', dataUrl: '', success: function (e) { BeautyToast('分享成功'); }, cancel: function () { } }); wx.onMenuShareQQ({ title: WxShareInfo.title, desc: WxShareInfo.smalltext, link: WxShareInfo.url, imgUrl: WxShareInfo.titlepic, success: function () { BeautyToast('分享成功'); }, cancel: function () { } }); }); }