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=3794&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: 1745109366,
nonceStr: 'Wpch2fmJY0qNqUdn',
signature: '7a792b8ef996d10a7bc1ecdd7e3996076e5cc79c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202011\/e570ef704fcd43c4d41c905bc6098c46.jpg","title":"\u5357\u4eac\u540c\u4ec1\u533b\u9662\uff1a\u5f53\u201c\u7cd6\u53cb\u201d\u9047\u4e0a\u91d1\u79cb\uff0c\u5bb6\u4eba\u5927\u578b\u6b22\u4e50\u73b0\u573a\u63ed\u79d8","smalltext":"2020\u5e74\u8054\u5408\u56fd\u7cd6\u5c3f\u75c5\u65e5\u6765\u4e34\u4e4b\u9645\uff0c\u4f34\u968f\u7740\u7f8e\u666f\u548c\u7cd6\u53cb\u4eec\u7684\u6b22\u7b11\u58f0\uff0c2020\u5e7411\u670812\u65e5\uff0c\u5357\u4eac\u540c\u4ec1\u533b\u9662\u7cd6\u53cb\u4f1a\u6d3b\u52a8\u5728\u533b\u9662\u515a\u603b\u652f\u548c\u56e2\u59d4\u7684\u5173\u5fc3\u548c\u5927\u529b\u652f\u6301\u4e0b\u5982\u671f\u4e3e\u884c\u3002\r\n\r\n","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3794"};
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 () {
}
});
});
}