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=2989&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: 1747102023, nonceStr: 'dVwZUy3bs295GTZX', signature: 'a152effb859eb9fbcdf7dc85ca97d75efd0ace03', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u4e00\u679a\u94f6\u9488\u7684\u4e24\u5343\u91cc\u9a70\u63f4\u2014\u2014\u5b88\u62a4\u96f7\u795e\u5c71\u533b\u9662\u7684\u201c\u767d\u8863\u8d85\u4eba\u201d","smalltext":"\u5728\u6e56\u5317\u6b66\u6c49\u96f7\u795e\u5c71\u533b\u9662\u611f\u67d3\u4e09\u79d1\u516d\u75c5\u533a\uff08C6\uff09\uff0c77\u5c81\u7684\u91cd\u75c7\u60a3\u8005\u9676\u91d1\u6797\u5728\u4e2d\u897f\u533b\u7ed3\u5408\u6cbb\u7597\u4e0b\u6e10\u6e10\u597d\u8f6c\u3002\u89c1\u5230\u533b\u751f\u67e5\u623f\uff0c\u4e3a\u8868\u793a\u81ea\u5df1\u8fc5\u901f\u6062\u590d\uff0c\u8fd8\u4e0b\u5730\u505a\u8d77\u4e86\u6df1\u8e72\u953b\u70bc\u3002\u9676\u91d1\u6797\u8f6c\u5165\u96f7\u795e\u5c71\u533b\u9662C6\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2989"}; 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 () { } }); }); }