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=3910&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: 1745108409,
nonceStr: 'TcUUAiKp3RUsPI40',
signature: 'ec859f02e7cf1755397b4cd1d552e082713d8243',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u9662\u80bf\u7624MDT\u6210\u5458\u53c2\u4e0e\u56fd\u5bb6\u7ea7\u4e73\u817a\u764c\u591a\u5b66\u79d1\u8bca\u7597\u8bba\u575b","smalltext":"\u4f34\u968f\u7740\u5168\u4e16\u754c\u5bf9\u4e8e\u80bf\u7624\u6cbb\u7597\u7684\u7814\u7a76\u548c\u63a2\u7d22\u4e0d\u65ad\u6df1\u5165\uff0c\u591a\u5b66\u79d1\u8bca\u7597\u6a21\u5f0f\uff08Multi disciplinary team MDT\uff09\u8fd1\u5e74\u6765\u6210\u4e3a\u65b0\u5174\u7684\u6cbb\u7597\u65b9\u5f0f\uff0c\u5b83\u65e8\u5728\u901a\u8fc7\u591a\u4e2a\u79d1\u5ba4\u7684\u5171\u540c\u5408\u4f5c\uff0c\u4e3a\u80bf\u7624\u60a3\u8005\u9009\u62e9\u6700\u4f73\u6cbb\u7597","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3910"};
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 () {
}
});
});
}