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=4397&classid=9&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: 1743632785,
nonceStr: 'MpYBh586HqxDT1Xu',
signature: '710addce23fb73640b02540e014b23916fcab035',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/4a8e390686c74953fef052b0db097859.jpg","title":"\u5f20\u6587\u5b8f\uff1a\u5c3d\u5feb\u53bb\u6253\u75ab\u82d7\uff0c\u5426\u5219\u771f\u7684\u4f1a\u5403\u4e8f","smalltext":"\u5728\u5e7f\u5dde\u6210\u4e3a\u4e2d\u56fd\u75ab\u60c5\u7126\u70b9\u4e4b\u9645\uff0c\u89c2\u5bdf\u8005\u7f51\u65e5\u524d\u72ec\u5bb6\u4e13\u8bbf\u4e86\u4e0a\u6d77\u5e02\u65b0\u51a0\u80ba\u708e\u533b\u7597\u6551\u6cbb\u4e13\u5bb6\u7ec4\u7ec4\u957f\u3001\u56fd\u5bb6\u4f20\u67d3\u75c5\u533b\u5b66\u4e2d\u5fc3\u4e3b\u4efb\u3001\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u611f\u67d3\u79d1\u4e3b\u4efb\u5f20\u6587\u5b8f\u3002\u5168\u57ce\u6838\u9178\u68c0\u6d4b\u3001\u90e8","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=4397"};
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 () {
}
});
});
}