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=3769&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: 1745109245,
nonceStr: '8Z6S8lFEmCiuUOQa',
signature: '966f53f0aca02fde35f67ff4f5dc2afe8b99389d',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662:\u96c6\u7ed3\u2022\u518d\u51fa\u53d1,ECMO\u56e2\u961f\u7d27\u6025\u9a70\u63f4","smalltext":"\u201cECMO\u56e2\u961f\u8bf7\u6ce8\u610f\uff1a\u54b8\u9633\u4e00\u4f4d\u60a3\u8005\u7a81\u53d1ARDS\uff08\u6025\u6027\u547c\u5438\u7a98\u8feb\u7efc\u5408\u5f81\uff09\uff0c\u8bf7\u5927\u5bb6\u9a6c\u4e0a\u96c6\u7ed3\uff0c\u7acb\u523b\u51fa\u53d1\u9a70\u63f4\uff01\u201dECMO\u56e2\u961f\u4ee5\u5206\u949f\u4e3a\u5355\u4f4d\u8fc5\u901f\u96c6\u7ed310\u670817\u65e5\u4e2d\u5348\uff0c\u54b8\u9633\u4e00\u6240\u533b\u9662\u6253\u6765\u6c42\u52a9\u7535\u8bdd\uff1a\u201c\u4e00\u4f4dANCA\u76f8\u5173","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3769"};
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 () {
}
});
});
}