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=1877&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: 1751697528,
nonceStr: 'YL4kVpd1LNYLP5ui',
signature: 'a08f2ecdf7f6ddb4d5b1eef03292e1e620970248',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5218\u4e09\u5c4b\u4e2d\u533b\u9aa8\u4f24\u533b\u9662\uff1a\u975e\u9057\u5218\u6c0f\u6b63\u9aa8\u672f \u6295\u8eab\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab","smalltext":"\u9762\u5bf9\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u7684\u4e25\u5cfb\u5f62\u52bf,\u6b66\u6c49\u5218\u4e09\u5c4b\u4e2d\u533b\u9aa8\u4f24\u533b\u9662\u515a\u652f\u90e8\u4e66\u8bb0\u3001\u5218\u6c0f\u6b63\u9aa8\u672f\u7b2c\u516b\u4ee3\u4f20\u627f\u4eba\u5218\u8d35\u7965\u3001\u533b\u9662\u8463\u4e8b\u957f\u3001\u5218\u6c0f\u6b63\u9aa8\u672f\u7b2c\u4e5d\u4ee3\u4f20\u627f\u4eba\u5218\u4e4b\u6d69\u3001\u526f\u9662\u957f\u3001\u5e02\u7ea7\u975e\u9057\u5218\u6c0f\u6b63\u9aa8\u672f","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1877"};
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 () {
}
});
});
}