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=5004&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: 1714260506, nonceStr: 'MDQBYnJKXuQMfvPw', signature: 'd67eeab3b8050a9392fd1cc48096c5fb9e7ef8e4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u60c5\u6ee1\u91cd\u9633 \u5173\u7231\u8001\u5e74\u4eba","smalltext":"\u5c81\u5c81\u91cd\u9633\uff0c\u4eca\u53c8\u91cd\u9633\u3002\u4e3a\u5145\u5206\u53d1\u626c\u4e2d\u534e\u6c11\u65cf\u656c\u8001\u7231\u8001\u7684\u4f18\u826f\u4f20\u7edf\uff0c\u5173\u7231\u533b\u9662\u79bb\u9000\u4f11\u8001\u540c\u5fd7\u7684\u665a\u5e74\u751f\u6d3b\uff0c10\u670813\u65e5\u4e0a\u5348\uff0c\u6566\u5316\u5e02\u533b\u9662\u5728\u4fdd\u4e2d\u5e7f\u573a\u7ec4\u7ec7\u8fd1200\u540d\u79bb\u9000\u4f11\u8001\u804c\u5de5\u5171\u5ea6\u91cd\u9633\u4f73\u8282\uff0c\u8425\u9020\u51fa\u6d53","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5004"}; 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 () { } }); }); }