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=3183&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: 1751365183,
nonceStr: 'OvXt23ZxOkHZ9vT8',
signature: 'd0cb93194aefd9b514d46a8b2d2ad2e38515375c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u666e\u901a\u7684\u6025\u8bca\u6545\u4e8b \u522b\u6837\u7684\u4eba\u751f\u611f\u609f","smalltext":"\u5728\u6025\u8bca\u79d1\uff0c\u6bcf\u5929\u90fd\u4f1a\u53d1\u751f\u5404\u79cd\u5404\u6837\u7684\u6545\u4e8b\uff0c\u6696\u5fc3\u7684\uff0c\u6c14\u6124\u7684\uff0c\u611f\u4eba\u7684\uff0c\u65e0\u5948\u7684\uff0c\u8fd9\u91cc\u6709\u6570\u4e0d\u5c3d\u7684\u60b2\u6b22\u79bb\u5408\uff1b\u4e5f\u6709\u65e0\u4ee5\u8a00\u8868\u7684\u5fc3\u9178\u59d4\u5c48\uff1b\u66f4\u6709\u6495\u5fc3\u88c2\u80ba\u7684\u751f\u79bb\u6b7b\u522b\uff01\u5404\u8def\u5996\u9b54\u9b3c\u602a\u7eb7\u7eb7\u73b0\u884c\uff0c\u5404\u79cd\u6e29\u6696\u5584\u826f\u4e5f\u9891\u9891\u663e\u73b0\u3002\u6211\u5728\u590d\u6742\u7684\u60c5\u7eea\u91cc\uff0c\u8bb0\u4e0b\u4e86\u8fd9\u4e9b\u6ca1\u6709\u7ecf\u8fc7\u6392\u7ec3\u5c31\u7f24\u7eb7\u4e0a\u6f14\u7684\u6545\u4e8b\u3002","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=3183"};
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 () {
}
});
});
}