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=2061&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: 1747147507, nonceStr: 'cO83KperUkycfsv8', signature: '6b6c48dbdc9472e4c76d0467be05fea6f9cd46d0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u7b2c\u4e94\u4eba\u6c11\u533b\u9662\uff1a\u4e0a\u95e8\u4e3a\u524d\u7ebf\u961f\u5458\u5bb6\u4eba\u6362\u5c3f\u7ba1","smalltext":"\u4e8c\u6708\u4e8c\u5341\u4e09\u65e5\uff0c\u5929\u6c14\uff0c\u6674\u3002\u4eca\u5929\u4f11\u606f\u65e5\uff0c\u65e9\u6668\u7761\u4e86\u4e2a\u61d2\u89c9\u771f\u8212\u670d\uff0c\u6765\u6b66\u6c49\u5df2\u7ecf14\u5929\u4e86\uff0c\u6240\u6709\u7684\u4e00\u5207\u90fd\u5728\u5f80\u597d\u7684\u65b9\u5411\u53d1\u5c55\uff0c\u611f\u89c9\u9ece\u660e\u5df2\u7ecf\u5230\u6765\u3002\u5de5\u4f5c\u7ec4\u7ed9\u5927\u5bb6\u5f00\u4e86\u4f1a\uff0c\u5631\u5490\u5927\u5bb6\u4e0d\u8981\u653e\u677e\uff0c\u884c\u767e\u6b65\u8005\u534a\u4e5d\u5341","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2061"}; 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 () { } }); }); }