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=238&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: 1743703008,
nonceStr: 'U5wUWjFXLggCZwsd',
signature: '599e4e5dabb02c4140bef05cb1dc6358163e489e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/4a8384c8a0f352b2e9025efab764f083.jpg","title":"\u4e16\u754c\u624b\u536b\u751f\u65e5\uff1a\u95fd\u4e1c\u533b\u9662\u7528\u5feb\u95ea\u6d3b\u52a8\u666e\u53ca\u201c\u624b\u536b\u751f\u201d","smalltext":"5\u67085\u65e5\u662f\u4e16\u754c\u536b\u751f\u7ec4\u7ec7\uff08WHO\uff09\u5021\u8bae\u53d1\u8d77\u7684 \u201c\u4e16\u754c\u624b\u536b\u751f\u65e5\u201d\uff0c\u8fd1\u65e5\uff0c\u798f\u5efa\u7701\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\u4e3e\u529e2019\u4e16\u754c\u624b\u536b\u751f\u65e5\u201c\u6240\u6709\u4eba\u7684\u6e05\u6d01\u62a4\u7406\u2014\u2014\u5c31\u5728\u4f60\u624b\u4e2d\u201d\u4e3b\u9898\u5feb\u95ea\u6d3b\u52a8\uff0c40\u591a\u540d\u533b\u52a1\u4eba\u5458\u53c2\u4e0e\u8282","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=238"};
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 () {
}
});
});
}