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=3194&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: 1745151070, nonceStr: 'PtLeezMyTAl1A5TA', signature: 'b068b54d1bad4cc2f70c5cec458ac830affae929', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a93\u5c81\u8001\u4eba\u7a81\u53d1\u5fc3\u810f\u9aa4\u505c\u4e4b\u540e\u2026\u2026","smalltext":"4\u67089\u53f7\u4e0a\u5348\uff0c\u4e00\u4f4d93\u5c81\u9ad8\u9f84\u8001\u4eba\u5728\u5bb6\u5c5e\u7684\u966a\u4f34\u4e0b\u6765\u5230\u6211\u9662\u5c31\u533b\uff0c\u5728\u95e8\u8bca\u90e82\u5c42\u8d70\u5eca\u9760\u8fd1\u91c7\u8840\u5ba4\u7684\u4f4d\u7f6e\u7b49\u5f85\u5c31\u8bca\u65f6\uff0c\u7a81\u53d1\u5fc3\u810f\u9aa4\u505c\u3002\u5728\u533b\u62a4\u4eba\u5458\u5171\u540c\u52aa\u529b\u4e0b\uff0c\u6210\u529f\u633d\u6551\u4e86\u8fd9\u4f4d\u9ad8\u9f84\u8001\u4eba\u3002\u73b0\u5728\u8001\u4eba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3194"}; 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 () { } }); }); }