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=2034&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: 1747144307, nonceStr: '6oDfaO6wwVQC9cV8', signature: 'e23c9e52d28750485951bcd59b1593781256a3c0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5e02\u7b2c\u4e09\u533b\u9662\uff1a\u533b\u62a4\u626e\u6f14\u4e09\u89d2\u8272 \u9694\u79bb\u5374\u9694\u4e0d\u5f00\u7231","smalltext":"\u201c\u7f57\u9662\u957f\uff0c\u8ddf\u60a8\u8bf4\u6211\u75c5\u597d\u4e86\uff0c\u4e00\u5b9a\u8981\u52aa\u529b\u7684\u751f\u6d3b\uff0c\u4e50\u89c2\u5bf9\u5f85\u751f\u6d3b\uff0c\u60a8\u4eec\u62a4\u6211\u5468\u5168\uff0c\u6211\u76fc\u60a8\u4eec\u5e73\u5b89\u201d\u3002\u6b66\u6c49\u5e02\u7b2c\u4e09\u533b\u9662\u526f\u9662\u957f\u7f57\u624d\u594e\u8bf4\uff0c\u8fd9\u662f\u4ed6\u5e26\u9886\u533b\u7597\u56e2\u961f\u6765\u5230\u6b66\u6c49\u57ce\u5e02\u804c\u4e1a\u5b66\u9662\u9694\u79bb\u70b9\u4e4b\u540e\uff0c\u542c\u5230\u6700","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2034"}; 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 () { } }); }); }