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=3157&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: 1745150930, nonceStr: 'fpCEusTZ4Rw5E8Wr', signature: 'b8d5db3a913be048da6ea94006311c2a0e9d5665', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u201c\u53c8\u80fd\u8d70\u8def\u4e86\u201d\uff0c\u5168\u5bb6\u559c\u6781\u800c\u6ce3","smalltext":"\u8fd1\u65e5\uff0c\u6566\u5316\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u901a\u8fc7\u8111\u8840\u7ba1\u4ecb\u5165\u624b\u672f\u6210\u529f\u633d\u6551\u4e00\u540d\u8111\u6897\u6b7b\u60a3\u8005\u3002 \u5f53\u65e5\u65e9\u4e0a\uff0c\u6211\u4eec\u6b63\u50cf\u5f80\u5e38\u4e00\u6837\u6709\u6761\u4e0d\u7d0a\u7684\u5de5\u4f5c\uff0c\u7a81\u7136\uff0c\u8d70\u5eca\u91cc\u4f20\u6765\u4e00\u9635\u6025\u4fc3\u7684\u58f0\u97f3\uff0c\u5e73\u8f66\u63a8\u6765\u4e00\u540d55\u5c81\u7684\u7537\u6027\u60a3\u8005\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3157"}; 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 () { } }); }); }