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=2141&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: 1747125504, nonceStr: 'dPqbdNhY1GbSnmvc', signature: '162e03bf14da85870b07056670518927c2d9811d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/7057e8803070f2cb47910c6cc5198f0d.png","title":"\u9996\u4f8b\u65b0\u51a0\u80ba\u708e\u5c38\u68c0\u62a5\u544a\u53d1\u5e03\uff1a\u6c14\u9053\u5927\u91cf\u9ecf\u7a20\u5206\u6ccc\u7269 \u4e3b\u8981\u5f15\u8d77\u8fdc\u7aef\u80ba\u6ce1\u635f\u4f24","smalltext":"\u592e\u89c6\u65b0\u95fb\u9762\u5bf9\u9762\u8282\u76ee\u4e8e3\u67081\u65e5\u91c7\u8bbf\u5230\u5218\u826f\u6559\u6388\uff0c\u4ed6\u66fe\u4e3b\u6301\u9996\u4f8b\u65b0\u51a0\u80ba\u708e\u901d\u8005\u9057\u4f53\u89e3\u5256\u3002 \u4e3b\u6301\u9996\u4f8b\u65b0\u51a0\u80ba\u708e\u901d\u8005\u9057\u4f53\u89e3\u5256\u7684\u5218\u826f\u6559\u6388\u79f0\uff1a\u65b0\u51a0\u80ba\u708e\u7684\u75c5\u53d8\u4e0eSARS\u6709\u7c7b\u4f3c\u4e4b\u5904\uff0c\u4e5f\u6709\u81ea\u5df1\u7684\u7279\u70b9","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2141"}; 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 () { } }); }); }