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=2832&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: 1747120842, nonceStr: 'GoZPEWkPTgpNxCpQ', signature: 'd02c886ec4c6932e58f2de17022aaac66a36f73a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u770b\u7740\u9010\u6e10\u6e05\u7a7a\u7684\u75c5\u623f\uff0c\u6211\u77e5\u9053\u80dc\u5229\u7684\u65e5\u5b50\u8fd1\u4e86","smalltext":"\u8bb2\u8ff0\u4eba\uff1a\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u91cd\u75c7\u76d1\u62a4\u5ba4\u62a4\u58eb\u957f \u7a0b\u9759\u5a1f\u65f6\u95f4\uff1a3\u670828\u65e5\u5730\u70b9\uff1a\u6b66\u6c49\u540c\u6d4e\u533b\u9662\u5149\u8c37\u9662\u533a\u6b66\u6c49\u7684\u6c14\u6e29\u597d\u50cf\u4e00\u4e0b\u5b50\u4ece\u590f\u5929\u56de\u5230\u4e86\u51ac\u5929\uff0c\u6211\u4e00\u65e9\u8d77\u5e8a\u5c31\u89c9\u5f97\u51c9\u98d5\u98d5\u5730\u3002\u8bb8\u591a\u961f\u5458\u5df2\u7ecf\u628a\u7fbd\u7ed2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2832"}; 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 () { } }); }); }