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=5407&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: 1715470729, nonceStr: 'Q7nTTLmzzPcBLneh', signature: '0841e53d9fe8914200da7ff41a1ce3dc5e44f846', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662: \u767e\u5c81\u8001\u4eba\u6210\u529f\u690d\u5165\u6c38\u4e45\u8d77\u640f\u5668","smalltext":"\u8fd1\u65e5\uff0c\u4ec1\u6d4e\u533b\u9662\u5609\u5b9a\u5206\u9662\uff08\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff09\u4e3a\u4e00\u540d101\u5c81\u7684\u8d85\u9ad8\u9f84\u8001\u4eba\u6210\u529f\u690d\u5165\u6c38\u4e45\u5fc3\u810f\u8d77\u640f\u5668\u3002\u636e\u6089\uff0c\u4e3a\u767e\u5c81\u8001\u4eba\u690d\u5165\u6c38\u4e45\u6027\u5fc3\u810f\u8d77\u640f\u5668\uff0c\u662f\u975e\u5e38\u7f55\u89c1\u7684\uff0c\u4e5f\u6253\u7834\u4e86\u5609\u4e2d\u5fc3\u6709\u53f2\u4ee5\u6765\u5b89\u88c5\u6c38\u4e45\u8d77","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5407"}; 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 () { } }); }); }