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=3255&classid=5&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: 1716136557, nonceStr: 'IGDqQ1602WiOiBfu', signature: '0fd1c90dc2fa6fb6761ebe0957fbaadead5202f7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5b81\u5e02\u4eba\u6c11\u533b\u9662:\u539f\u521b\u300a\u4ec1\u5fc3\u65e0\u7586\u300b\u8de8\u8d8a\u5c71\u6cb3 \u7231\u5df2\u6210\u6b4c","smalltext":"\u751f\u673a\u662d\u7136,\u4e91\u5f00\u96fe\u6563\u30025\u670812\u65e5\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u5e38\u5b81\u5e02\u4eba\u6c11\u533b\u9662\u539f\u521b\u6b4c\u66f2\u300a\u4ec1\u5fc3\u65e0\u7586\u300b\u4e8e\u4eca\u65e5\u9996\u53d1\uff0c\u4ee5\u6b4c\u656c\u754f\u533b\u62a4\u4eba\u5458\u7fa4\u4f53\uff0c\u81f4\u656c\u65b0\u51a0\u80ba\u708e\u6297\u75ab\u6218\u4e89\u4e2d\u6bcf\u4e00\u4f4d\u767d\u8863\u9006\u884c\u8005\u3002\u751f\u547d\u3001\u538b\u529b\u3001\u8d23\u4efb\u4e09\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3255"}; 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 () { } }); }); }