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=2576&classid=11&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: 1746210824, nonceStr: '4PMGEjsQYiJcmVfd', signature: 'daec2c8c2569e5123c9152bb9abd24f5ffd6a596', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\uff1a\u6c47\u7231\u65e9\u6559\u6258\u80b2","smalltext":"\u90d1\u5dde\u4eba\u6c11\u533b\u9662\u767e\u5e74\u8001\u9662\u6709\u7740\u539a\u91cd\u7684\u5386\u53f2\u5e95\u8574\uff0c\u6211\u4eec\u5343\u65b9\u767e\u8ba1\u7684\u4e3a\u804c\u5de5\u505a\u5b9e\u4e8b\u3001\u529e\u597d\u4e8b\uff0c\u6253\u9020\u6210\u4e00\u5bb6\u201c\u6709\u6e29\u5ea6\u7684\u533b\u9662\u201d\uff0c\u70b9\u6ef4\u5173\u7231\u5f70\u663e\u533b\u9662\u4eba\u6587\u54c1\u724c\u548c\u5f62\u8c61\u3002\u5728\u5173\u7231\u804c\u5de5\u7684\u9053\u8def\u4e0a\uff0c\u6211\u4eec\u4e00\u76f4\u5728\u63a2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2576"}; 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 () { } }); }); }