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=5387&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: 1716006348, nonceStr: 'xXgqHwyGOtXvV7UI', signature: '2746a31e9032fd81852eaa64b6369e93805b4281', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u9662\uff1a\u5fc3\u810f\u91cd\u75c7ECMO\u591a\u5b66\u79d1\u56e2\u961f\uff0c\u4e0e\u6b7b\u795e\u9762\u5bf9\u9762\u7684\u535a\u5f08","smalltext":"\u5fc3\u8840\u7ba1\u6025\u5371\u91cd\u75c7\u53d1\u75c5\u8fdb\u5c55\u8fc5\u901f\uff0c\u5728\u6781\u77ed\u65f6\u95f4\u5185\u751a\u81f3\u8fde\u68c0\u67e5\u8bca\u65ad\u90fd\u6765\u4e0d\u53ca\u5f04\u6e05\u695a\u60a3\u8005\u5c31\u51fa\u73b0\u547c\u5438\u5faa\u73af\u8870\u7aed\u800c\u5bfc\u81f4\u6b7b\u4ea1\u3002\u5728\u4f53\u5916\u819c\u80ba\u6c27\u5408\uff08ECMO\uff09\u6280\u672f\u51fa\u73b0\u4ee5\u524d\uff0c\u8fd9\u7c7b\u60a3\u8005\u5f80\u5f80\u7531\u547c\u5438\u5faa\u73af\u8870\u7aed\u8fdb\u5165\u5230\u591a\u810f\u5668\u529f\u80fd\u8870\u7aed\u800c\u6b7b\u4ea1\u3002\u5728\u6b66\u6c49\u540c\u6d4e\u533b\u9662\u6709\u4e00\u652f\u8fd9\u6837\u7684\u5fc3\u810f\u91cd\u75c7ECMO\u591a\u5b66\u79d1\u56e2\u961f\uff0c\u6bcf\u5929\u4e0e\u6b7b\u795e\u8fdb\u884c\u9762\u5bf9\u9762\u7684\u535a\u5f08\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5387"}; 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 () { } }); }); }