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=2167&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: 1751415663,
nonceStr: 'PYasa2ZKS0cPVwzI',
signature: '881bd72332c4efed14b59b1e79b3df9722c5fa20',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u6b63\u5f0f\u8fdb\u5165\u91d1\u94f6\u6f6d\u533b\u9662\uff0c\u4e00\u5207\u51c6\u5907\u5c31\u7eea","smalltext":"2020.2.25\u6211\u4eec\u533b\u7597\u961f\u5b9a\u4e0b\u4e86\u4e00\u4e2a\u5f88\u597d\u7684\u6c9f\u901a\u4ea4\u6d41\u65b9\u5f0f\uff0c\u6bcf\u5929\u665a\u4e0a\u516b\u70b9\u949f\u89c6\u9891\u4f1a\u8bae\u3002\u665a\u996d\u8fc7\u540e\uff0c\u5ba4\u5185\u7a0d\u5fae\u6d3b\u52a8\u4e00\u4e0b\uff0c\u5411\u9886\u5bfc\u548c\u5bb6\u4eba\u6c47\u62a5\u4e86\u4e00\u4e0b\u5f53\u5929\u7684\u60c5\u51b5\u3002\u5f88\u5feb\u516b\u70b9\u949f\u4e86\uff0c\u7b2c\u4e00\u6b21\u7528\u8fd9\u79cd\u89c6\u9891\u4f1a","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=2167"};
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 () {
}
});
});
}