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=3104&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: 1745150549, nonceStr: '4euJZUkPy8RN2e4V', signature: '3dd19d21bac200cc0df233acfa683490d295a000', 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\u5371\u6025\u4e4b\u9645 \u6211\u4eec\u201c\u75ab\u201d\u5f80\u65e0\u524d","smalltext":"4\u67087\u65e5\uff0c\u6211\u8fd8\u5728\u9152\u5e97\u88ab\u9694\u79bb\u7b49\u5f85\u6838\u9178\u68c0\u6d4b\uff0c\u4fbf\u53c8\u63a5\u5230\u4e0a\u7ea7\u9886\u5bfc\u7684\u901a\u77e5\uff1a\u201c\u4eca\u665a7:00\u70b9\u51c6\u5907\u8f6c\u6218\u5230\u5982\u5bb6\u5927\u9152\u5e97\uff0c\u5c4a\u65f6\uff0c\u4f1a\u6709100\u540d\u9694\u79bb\u4eba\u5458\u529e\u7406\u9694\u79bb\u5165\u4f4f\u3002\u5176\u4e2d37\u4eba\u4e3a\u4fc4\u7f57\u65af\u8fd4\u6566\u5bc6\u63a5\u4eba\u5458\uff0c\u9700\u8981\u9694\u79bb2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3104"}; 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 () { } }); }); }