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=2546&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: 1743632893,
nonceStr: '4cg8rf18yDPuyBxu',
signature: '03737e7d7408c154403856b79a809b80b9002d36',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202003\/17f89098c40bbb843028275112b39389.jpg","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662\u674e\u5170\u5a1f\u9662\u58eb\uff1a\u505a\u533b\u751f\u5c31\u8981\u63a2\u7d22\u672a\u77e5","smalltext":"\u4ece2003\u5e74\u6297\u51fb\u975e\u5178\uff0c\u52302013\u5e74\u9632\u63a7H7N9\u79bd\u6d41\u611f\uff0c\u518d\u5230\u6b64\u6b21\u963b\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\uff0c\u59cb\u7ec8\u51b2\u5728\u7b2c\u4e00\u7ebf\u3002\u5f53\u5e74\u903e\u53e4\u7a00\u7684\u5979\u6458\u4e0b\u53e3\u7f69\uff0c\u8138\u4e0a\u538b\u75d5\u6e05\u6670\u53ef\u89c1\u7684\u7167\u7247\u4ee4\u4eba\u52a8\u5bb9\u30021\u670818\u65e5\uff0c\u4e2d\u56fd\u5de5\u7a0b\u9662\u9662\u58eb\u3001\u4f20\u67d3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2546"};
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 () {
}
});
});
}