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=3096&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: 1751365870,
nonceStr: '5COhqbZ5XAf5VfkS',
signature: 'b3f0b94bac9140a9a971b9654e7ac9f07e2a8a49',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5e02\u7acb\u533b\u9662\uff1a\u6709\u6e29\u5ea6\u7684\u62a4\u58eb","smalltext":"2020\u5e744\u67085\u65e5\u4e0b\u53483\u70b9\u591a\uff0c\u82cf\u5dde\u5e02\u7acb\u533b\u9662\u5317\u533a\u6025\u8bca\u79d1\u63a5\u8bca\u4e86\u4e00\u4f4d\u4e0a\u6d88\u5316\u9053\u51fa\u8840\u7684\u60a3\u8005\u300267\u5c81\u7684\u5f90\u8001\u4f2f\uff08\u5316\u540d\uff09\u65e2\u5f80\u6709\u809d\u786c\u5316\u5931\u4ee3\u507f\u671f\u3001\u98df\u7ba1\u9759\u8109\u66f2\u5f20\u7834\u88c2\u51fa\u8840\u75c5\u53f2\uff0c\u66fe\u591a\u6b21\u5230\u5317\u533a\u6d88\u5316\u5185\u79d1\u4f4f\u9662","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=3096"};
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 () {
}
});
});
}