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=3089&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: 1745150168, nonceStr: 'AftnemwF32uQWyoc', signature: '89c3d7d59cf2fc6764b377b525016c32bf57a8ca', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5171\u514b\u65f6\u8270\uff0c\u6253\u8d62\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218","smalltext":"2019\u5e74\u5e95\uff0c\u4e00\u573a\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u4ece\u534e\u4e2d\u8179\u5730\u6b66\u6c49\u5411\u5168\u56fd\u8513\u5ef6\u3002\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9632\u63a7\u5c31\u662f\u8d23\u4efb\u3002\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u8fc5\u901f\u54cd\u5e94\uff0c\u79d1\u5b66\u90e8\u7f72\uff0c\u5468\u5bc6\u5b89\u6392\uff0c\u5728\u4fdd\u969c\u6b63\u5e38\u533b\u7597\u79e9\u5e8f\u7684\u540c\u65f6\uff0c\u6253\u54cd\u6297\u75ab\u963b\u51fb\u6218\u3002 \u79d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3089"}; 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 () { } }); }); }