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=2545&classid=12&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: 1746154126,
nonceStr: 'GLFvCLpd2ZWZvxJS',
signature: 'b57348d872ae8ce4d1a9deca98ad3c1bfc193422',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\u5218\u5143\u6625\uff1a\u4e49\u65e0\u53cd\u987e\u5954\u8d74\u6297\u75ab\u7b2c\u4e00\u7ebf","smalltext":"\u5218\u5143\u6625\u4e00\u76f4\u4ece\u4e8b\u4eba\u5de5\u809d\u62a4\u7406\uff0c\u5bf9\u5f85\u60a3\u8005\u6ee1\u8154\u70ed\u60c5\uff0c\u5728\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\u4e2d\u8868\u73b0\u7a81\u51fa\uff1a\u4e00\u3001\u542c\u4ece\u53ec\u5524\u3001\u52c7\u4e8e\u62c5\u5f53\uff0c\u4e49\u65e0\u53cd\u987e\u5954\u8d74\u6297\u75ab\u7b2c\u4e00\u7ebf\u5f53\u65b0\u51a0\u75ab\u60c5\u7206\u53d1\u65f6\uff0c\u4f5c\u4e3a\u66fe\u963b\u51fb\u8fc7H7N9\u75ab\u60c5\u7684\u4f20","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2545"};
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 () {
}
});
});
}