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=1544&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: 1747190083,
nonceStr: 'OxsUqycYgxKLuULZ',
signature: '542e9c392e7530ca1be75b578771a31a89768937',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/c579237a624e32fb3c0266194508cd6e.png","title":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662:\u521b\u4eba\u6587\u533b\u9662 \u5b9e\u884c\u201c\u4e09\u63a8\u884c\u201d","smalltext":"\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\u96b6\u5c5e\u4e0a\u6d77\u5e02\u8ba1\u5212\u751f\u80b2\u79d1\u5b66\u7814\u7a76\u6240\uff08\u4ee5\u4e0b\u7b80\u79f0\u4e0a\u6d77\u8ba1\u751f\u6240\uff09\uff0c\u4e0a\u6d77\u8ba1\u751f\u6240\u7531\u56fd\u5bb6\u8ba1\u751f\u59d4\u548c\u4e0a\u6d77\u5e02\u4eba\u6c11\u653f\u5e9c\u5408\u4f5c\u5171\u5efa\uff0c\u662f\u4e16\u754c\u536b\u751f\u7ec4\u7ec7\uff08WHO\uff09\u4eba\u7c7b\u751f\u6b96\u7814\u7a76\u5408\u4f5c\u4e2d\u5fc3\u3001\u590d\u65e6\u5927\u5b66\u751f\u6b96\u4e0e\u53d1\u80b2\u7814\u7a76\u9662\u3002\u8fd1\u5e74\u6765\uff0c\u4e0a\u6d77\u8ba1\u751f\u6240\u533b\u9662\u5728\u4e0a\u6d77\u8ba1\u751f\u6240\u5f3a\u5927\u7684\u79d1\u7814\u80cc\u666f\u652f\u6301\u4e0b\uff0c\u5728\u751f\u6b96\u751f\u80b2\u3001\u4f18\u751f\u4f18\u80b2\u7b49\u4e13\u4e1a\u9886\u57df\u505a\u7cbe\u505a\u5f3a\uff0c\u9010\u6e10\u53d1\u5c55\u6210\u4e3a\u533a\u57df\u5185\u6709\u5f71\u54cd\u529b\u7684\u975e\u8425\u5229\u6027\u751f\u6b96\u4e13\u79d1\u533b\u9662\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1544"};
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 () {
}
});
});
}