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=2052&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: 1747147034,
nonceStr: 'MnVg4D9o4kpCm8VQ',
signature: '1fe44788a8987f33a972e2831275d60364617352',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9999\u6e2f\u5927\u5b66\u6df1\u5733\u533b\u9662\uff1a17\u5e74\uff0c\u4ece\u4f26\u6566\u5230\u6df1\u5733\u7684\u6297\u75ab\u6545\u4e8b","smalltext":"\u4e00 2003\u5e74\u521d\u6625\uff0c\u82f1\u56fd\u4f26\u6566\u3002\u4f4d\u4e8e\u4f26\u6566\u6c60\u5858\u8857\uff08Pond Street\uff09\u82f1\u56fd\u7687\u5bb6\u81ea\u7531\u533b\u9662\uff08The Royal Free Hospital London\uff09\uff0c\u4f5c\u4e3a\u4f26\u6566\u75be\u75c5\u63a7\u5236\u4e2d\u5fc3\uff0c\u8fd9\u91cc\u8d1f\u8d23\u5904\u7406\u6240\u6709\u6025\u6027\u533b\u7597\u670d\u52a1\uff0c\u8bbe\u6709\u6700\u91cd\u8981\u7684\u827e\u6ecb\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2052"};
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 () {
}
});
});
}