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=919&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: 1749418352, nonceStr: 'zjvLmVYZc0mIKJWI', signature: '2db9abc1113e42666944d09b5bedb413787c8a4c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/d6cef0728722e505034b17b470b710c3.jpg","title":"\u5357\u4eac\u9f13\u697c\u533b\u9662\u96c6\u56e2\u4eea\u5f81\u533b\u9662\uff1a\u6cea\u5954\uff01ICU\u91cc\u8001\u519b\u4eba\u7684\u94bb\u77f3\u5a5a","smalltext":"\u53ea\u56e0\u4e3a\u6731\u5976\u5976\u4e4b\u524d\u5728\u63a2\u89c6\u65f6\u968f\u53e3\u8bf4\u4e86\u4e00\u53e5\uff1a\u6211\u4eec\u7ed3\u5a5a\u90fd\u5feb60\u5468\u5e74\u4e86\uff0cICU\u7684\u533b\u62a4\u4eba\u5458\u5c31\u8bb0\u5728\u4e86\u5fc3\u4e0a\u3002\u4ed6\u4eec\u51b3\u5b9a\u4e0e\u6b66\u7237\u7237\u7684\u5bb6\u4eba\u4e00\u8d77\uff0c\u5171\u540c\u4e3a\u8001\u4e24\u53e3\u4e3e\u529e\u4e00\u4e2a\u7eaa\u5ff5\u94bb\u77f3\u5a5a\u7684\u5c0f\u4eea\u5f0f\u3002\u533b\u62a4\u4eba\u5458\u8fd8\u7279\u610f\u8ba2\u5236\u4e86\u86cb\u7cd5\u3001\u9c9c\u82b1\uff0c\u5e76\u4e3a\u4e8c\u8001\u9001\u4e0a\u6700\u771f\u8bda\u7684\u795d\u798f\u3002\u7eaa\u5ff5\u4eea\u5f0f\u7b80\u5355\u6734\u7d20\uff0c\u5374\u6253\u52a8\u4eba\u5fc3\u3002","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=919"}; 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 () { } }); }); }