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=2297&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: 1747124269, nonceStr: 'QMaTz9fOYEYPsRIA', signature: '0ab36f5de9867f2391fee97adc102d6cfbd15cd6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u4eae\u660e\u8eab\u4efd\u5728\u4e00\u7ebf \u96f7\u795e\u5c71\u4e0b\u515a\u65d7\u98d8","smalltext":"\u9a70\u63f4\u6b66\u6c49\uff0c\u6297\u51fb\u75ab\u60c5\uff0c\u4f34\u968f\u7740\u5728\u96f7\u795e\u5c71\u7684\u515a\u65d7\u4e0b\u5149\u8363\u5ba3\u8a93\uff0c\u6211\u4eec\u7b2c\u4e09\u6279\u533b\u7597\u961f\u7684\u4e94\u6735\u91d1\u82b1\u5168\u90e8\u5149\u8363\u52a0\u5165\u4e86\u4e2d\u56fd\u5171\u4ea7\u515a\uff0c\u4e3a\u4e86\u65b9\u4fbf\u4e0e\u60a3\u8005\u6c9f\u901a\uff0c\u5979\u4eec\u90fd\u9700\u8981\u5728\u9694\u79bb\u670d\u5916\u5199\u4e0a\u81ea\u5df1\u7684\u540d\u5b57\uff0c\u4e94\u6735\u91d1\u82b1\u4e0d\u7ea6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2297"}; 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 () { } }); }); }