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=3370&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: 1745135716,
nonceStr: 'skdQd7f6EehqMuls',
signature: '90213401ceceac8220fec08ea89465ae4a45782c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/8ec11d8d7f34cbc60866e62238bcbdfa.jpg","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u51b2\u52a8\u7684\u9b54\u9b3c\u53c8\u964d\u4e34\uff0c\u73bb\u7483\u9152\u74f6\u523a\u5165\u9888\u90e8\u9669\u4e27\u547d\uff01","smalltext":"5\u670831\u65e5\u51cc\u6668\uff0c\u4e00\u4f4d\u5e74\u4ec533\u5c81\u5c0f\u4f19\u56e0\u6253\u67b6\u88ab\u73bb\u7483\u9152\u74f6\u523a\u5165\u9888\u90e8\uff0c\u987f\u65f6\u8840\u6d41\u5982\u6ce8\uff0c\u88ab120\u9001\u5230\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u6025\u8bca\u79d1\u65f6\uff0c\u60c5\u51b5\u5df2\u7ecf\u5341\u5206\u5371\u6025\uff0c\u68c0\u6d4b\u8840\u538b100\/60mmhg\u3001\u8109\u640f110\u6b21\/\u5206\uff0c\u4e00\u5ea6\u51fa\u73b0\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3370"};
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 () {
}
});
});
}