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=2134&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: 1747123126, nonceStr: 'iQ5oqlfZbxxMnzdR', signature: '952e33828028fc779b7629da3170e099903e84c9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u8001\u5e74\u5408\u5531\u56e2\u6b4c\u58f0\u9882\u82f1\u96c4","smalltext":"\u4e3a\u652f\u63f4\u6b66\u6c49\uff0c2\u670815\u65e5\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u5916\u79d1\u62a4\u58eb\u957f\u803f\u857e\u9886\u547d\u51fa\u5f81\uff0c\u5954\u8d74\u4e00\u7ebf\u3002\u5979\u4e49\u65e0\u53cd\u987e\u3001\u52c7\u6562\u9006\u884c\uff0c\u662f\u6211\u4eec\u90a2\u8944\u4eba\u7684\u9a84\u50b2\u3002\u5979\u5728\u524d\u7ebf\u7684\u60c5\u51b5\u7275\u52a8\u7740\u5bb6\u4e61\u7236\u8001\u7684\u5fc3\uff0c\u5f88\u591a\u4eba\u90fd\u5728\u4e3a\u5979\u52a0\u6cb9\u6253\u6c14\uff0c\u671f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2134"}; 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 () { } }); }); }