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=6672&classid=14&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: 1743703400, nonceStr: 'xOen01KQHivDikVl', signature: '5738ee6ba4db993f537c064482b706c45e77ea42', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7236\u4eb2\u4f4f\u9662\u7684\u4e09\u5341\u5929","smalltext":"\u6211\u7684\u7236\u4eb2\u662f\u4e00\u4e2a\u60a3\u6709\u9ad8\u8840\u538b\u3001\u51a0\u5fc3\u75c5\u3001\u6162\u963b\u80ba\u3001\u7126\u8651\u75c7\u3001\u5f3a\u76f4\u6027\u810a\u67f1\u708e\u5bfc\u81f4\u9a7c\u80cc\u7684\u4e03\u5341\u591a\u7684\u6b8b\u75be\u4eba\u30022021\u5e7410\u67088\u65e5 \u5b89\u6392\u4f4f\u9662\u7236\u4eb2\u56e0\u541e\u54bd\u56f0\u96be\u795e\u7ecf\u5185\u79d1\u5c31\u8bca\u540e\u8003\u8651\u8111\u5e72\u6897\u6b7b\u4f4f\u9662\u3002 13","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6672"}; 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 () { } }); }); }