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=511&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: 1746263228, nonceStr: '5KaN3snDFGkFGovd', signature: 'b856775e949223c12322a270932d655fc8d53ddf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u9f99\u5c97\u533a\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff1aICU\u75c5\u623f\u5b9e\u5f55\uff0c\u8fd8\u53d1\u751f\u7740\u8bb8\u591a\u4f60\u4e0d\u77e5\u9053\u7684\u4e8b\u60c5","smalltext":"ICU\uff08Intensive Care Unit\uff09\uff0c\u4e00\u4e2a\u4fd7\u79f0\u201c\u9b3c\u95e8\u5173\u201d\u7684\u5730\u65b9\uff0c\u4f4f\u8fdb\u8fd9\u91cc\u7684\u4eba\uff0c\u591a\u662f\u5668\u5b98\u529f\u80fd\u51fa\u73b0\u4e86\u4e25\u91cd\u7684\u95ee\u9898\u3002\u6bcf\u4e2a\u66fe\u5728ICU\u95e8\u5916\u5b88\u5019\u7740\u7684\u75c5\u4eba\u5bb6\u5c5e\uff0c\u90fd\u7ecf\u5386\u8fc7\u4eba\u751f\u6700\u6f2b\u957f\u7684\u7b49\u5f85\u3002\u4ed6\u4eec\u770b\u7740\u90a3\u4e00\u9053","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=511"}; 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 () { } }); }); }