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=3082&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: 1745150644, nonceStr: 'yoXSSryUYtaQbdCD', signature: 'e16296c27c60f048e4c80f637332d982c816886e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u4e00\u9762\u9526\u65d7\u4e00\u4efd\u60c5 \u6d53\u6d53\u8bdd\u8bed\u81f4\u6069\u60c5","smalltext":"4\u67087\u65e5\uff0c4\u540d\u65b0\u51a0\u80ba\u708e\u5eb7\u590d\u51fa\u9662\u60a3\u8005\u76f8\u7ea6\u4e00\u8d77\u5230\u6cb9\u7530\u603b\u533b\u9662\uff0c\u7ed9\u4e3a\u4ed6\u4eec\u6cbb\u75c5\u7684\u533b\u62a4\u4eba\u5458\u656c\u9001\u9526\u65d7\uff0c\u8868\u8fbe\u611f\u6fc0\u4e4b\u60c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3082"}; 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 () { } }); }); }