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=4055&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: 1751263969,
nonceStr: '5kgk2Sugdc76FPCs',
signature: '173302527432e9d40fa95b731023a6e9f73fdb37',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u7ee3\u5a18\u8fdb\u533b\u9662\uff0c\u5f53\u201c\u624b\u672f\u5200\u201d\u9047\u4e0a\u201c\u7ee3\u82b1\u9488\u201d","smalltext":"\u5927\u5e74\u521d\u4e8c\uff082\u670813\u65e5\uff09\u4e0b\u5348\uff0c\u4e3a\u8ba9\u7559\u82cf\u8fc7\u5e74\u533b\u52a1\u4eba\u5458\u5728\u6625\u8282\u611f\u53d7\u5230\u4f20\u7edf\u6587\u5316\u7684\u6d17\u793c\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u7279\u9080\u5168\u56fd\u5987\u8054\u4ee3\u8868\u3001\u82cf\u7ee3\u4f20\u627f\u4eba\u3001\u88ab\u8a89\u4e3a\u201c\u82cf\u5dde\u6700\u7f8e\u5973\u827a\u672f\u5bb6\u201d\u7684\u5f20\u9ece\u661f\u6765\u9662\u5f00\u5c55\u201c\u7559\u82cf\u8fc7","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=4055"};
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 () {
}
});
});
}