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=1337&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: 1714777732, nonceStr: 'JY46xy6sv4e8Y2UJ', signature: '3c55db4ccd67e06cb821124d04bba527e3af79bf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662\uff1a\u6b66\u6c49\u5e02\u518d\u6dfb\u4e00\u6240\u4e09\u7532\u8001\u5e74\u75c5\u533b\u9662","smalltext":"2019\u5e7411\u67088\u65e5\u4e0b\u53484\u65f6\uff0c\u5728\u6b66\u6c49\u5e02\u7b2c\u516d\u533b\u9662\uff08\u6c5f\u6c49\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff09\u95e8\u8bca\u7efc\u5408\u697c\u524d\u4e3e\u884c\u4e86\u201c\u6b66\u6c49\u5e02\u7b2c\u4e8c\u8001\u5e74\u75c5\u533b\u9662\u201d\u63ed\u724c\u4eea\u5f0f\uff0c\u6c5f\u6c49\u5927\u5b66\u6821\u957f\u5f20\u5e78\u5e73\uff0c\u6b66\u6c49\u5e02\u536b\u5065\u59d4\u515a\u59d4\u4e66\u8bb0\u3001\u4e3b\u4efb\u5f20\u7ea2\u661f\u4e3a\u533b\u9662\u63ed","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1337"}; 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 () { } }); }); }