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=2083&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: 1747146683, nonceStr: 'dZmXmY5HHAigEbVy', signature: '1fb84ee4aab2d4bb4573268b2f34bf7ea78d9e48', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/169a0ff1782918fe98311b72b79e587e.jpg","title":"\u5e7f\u533b\u4e09\u9662\uff1a\u62d2\u7edd\u8f6c\u51faICU\u7684\u60a3\u8005\uff0c\u8ba9\u6211\u770b\u5230\u4eba\u6587\u5173\u6000\u7684\u91cd\u8981","smalltext":"\u8bb2\u8ff0\u8005\uff1a\u5e7f\u533b\u4e09\u9662\u91cd\u75c7\u533b\u5b66\u79d1\u526f\u4e3b\u4efb\u533b\u5e08 \u9ad8\u5143\u59b9\u652f\u63f4\u5730\u70b9\uff1a\u6b66\u6c49\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u9644\u5c5e\u534f\u548c\u533b\u9662\u897f\u9662\u533a\u91cd\u75c7\u533b\u5b66\u79d1\u5bf9\u60a3\u8005\u5fc3\u7406\u548c\u60c5\u7eea\u72b6\u6001\u7684\u5145\u5206\u7406\u89e3\uff0c\u662f\u6211\u4eec\u5728\u5bf9\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u8fdb\u884c\u533b\u7597\u6551\u6cbb\u5916","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2083"}; 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 () { } }); }); }