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=1857&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: 1751600016,
nonceStr: 'XwCWHGePa0vFRGpc',
signature: '999c47c12cd1867da2139938667c677d0c192a87',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u91d1\u5802\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u9662\u957f\u5c45\u7136\u4e34\u65f6\u5145\u5f53\u201c\u4fdd\u5b89\u201d","smalltext":"\u5348\u540e\uff0c\u5728\u533b\u9662\u7684\u5c0f\u82b1\u56ed\uff0c\u4e00\u4f4d\u5bb6\u5c5e\u966a\u540c\u7740\u4e00\u4e2a\u60a3\u8005\u6b63\u5728\u6563\u6b65\u3002 \u201c\u4e24\u4f4d\uff0c\u8bf7\u7a0d\u7b49\u4e00\u4e0b\u3002\u201d\u4e00\u4e2a\u6025\u5207\u7684\u58f0\u97f3\u5728\u540e\u9762\u54cd\u8d77\u3002 \u6765\u4eba\u7ad9\u5b9a\uff0c\u95ee\u5230:\u201c\u4e3a\u4ec0\u4e48\u4e0d\u6234\u53e3\u7f69\u5462\uff1f\u4f60\u4eec\u4f4f\u54ea\u4e2a\u79d1\uff1f\u8bf7\u4f60\u4eec\u539f\u5730\u505c\u7559","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1857"};
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 () {
}
});
});
}