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=4418&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: 1744733849,
nonceStr: 'qogORsNUl6ynfkSz',
signature: 'cb22c57fd8e7b038e2e176bb8e09c6071e869c27',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/a41ee28d83fb9b4990d6db0e8876e3ff.jpg","title":"\u4e0a\u6d77\u5e02\u533b\u5b66\u4f1a\u7f55\u89c1\u75c5\u4e13\u79d1\u5206\u4f1a\uff1a\u5c3f\u7d20\u5faa\u73af\u969c\u788d\u9632\u63a7\u591a\u5b66\u79d1\u4e13\u5bb6\u7814\u8ba8\u4f1a\u5728\u4e0a\u6d77\u4e3e\u884c","smalltext":"\u5168\u56fd\u7f55\u89c1\u75c5\u5b66\u672f\u56e2\u4f53\u4e3b\u59d4\u8054\u5e2d\u4f1a\u8bae\u3001\u4e0a\u6d77\u5e02\u7f55\u89c1\u75c5\u9632\u6cbb\u57fa\u91d1\u4f1a\u548c\u4e0a\u6d77\u5e02\u533b\u5b66\u4f1a\u7f55\u89c1\u75c5\u4e13\u79d1\u5206\u4f1a\u8054\u5408\u4e3b\u529e\u7684\u5c3f\u7d20\u5faa\u73af\u969c\u788d\u9632\u63a7\u591a\u5b66\u79d1\u4e13\u5bb6\u7814\u8ba8\u4f1a\u4e8e6\u670819\u65e5\u5728\u4e0a\u6d77\u4e3e\u884c\uff0c\u6765\u81ea\u5168\u56fd\u5404\u5730\u7684\u7f55","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4418"};
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 () {
}
});
});
}