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=5536&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: 1743702962,
nonceStr: 'YDiQAkTHlZHEkfUR',
signature: '23a29e5a073b683d38fa4c2c4ac8d39af0bf3c22',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u56db\u53f0ECMO\u540c\u65f6\u6551\u6cbb\uff0c\u6309\u4e0b\u751f\u547d\u91cd\u542f\u952e","smalltext":" \u81ea\u75ab\u60c5\u9632\u63a7\u653f\u7b56\u8c03\u6574\u4ee5\u6765\uff0c\u65b0\u4e00\u8f6e\u75ab\u60c5\u9632\u63a7\u8fdb\u5165\u7279\u6b8a\u65f6\u671f\u3002\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u6025\u5371\u91cd\u75c7\u60a3\u8005\u6301\u7eed\u6fc0\u589e\uff0c\u91cd\u75c7\u533b\u5b66\u79d1\u4f5c\u4e3a\u63d0\u4f9b\u533b\u7597\u6551\u6cbb\u7684\u4e2d\u575a\u529b\u91cf\uff0c\u9762\u5bf9\u5927\u91cf\u6025\u5371\u91cd\u75c7\u60a3\u8005\uff0c\u5145\u5206\u53d1\u6325\u6280\u672f\u5b9e\u529b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5536"};
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 () {
}
});
});
}