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=3482&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: 1751345236,
nonceStr: 'J5FkGPxAuDdh7gbX',
signature: '171a7a042ba7e32f975f45519130099a66fcc8c2',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u5e73\u660c\u53bf\u4eba\u6c11\u533b\u9662\uff1a\u60ca\u9669\uff01\u8131\u9669\uff01\u5e73\u533b\u7684\u5927\u7f8e\u533b\u8005\uff0c\u4f60\u4eec\u8dea\u7740\u6551\u4eba\u7684\u59ff\u52bf\u771f\u9177\uff01","smalltext":"\u3000\u30007\u670810\u65e5\u4e0b\u53483\uff1a30\u5de6\u53f3\uff0c\u4e00\u540d40\u591a\u5c81\u7684\u8170\u75db\u60a3\u8005\u5230\u653e\u5c04\u79d1\u505aCT\u68c0\u67e5\uff0c\u5728\u7b49\u5f85\u7684\u8fc7\u7a0b\u4e2d\uff0c\u7a81\u7136\u201c\u554a\u201d\u7684\u4e00\u58f0\u540e\u6655\u5012\u5728\u5730\uff0c\u5bb6\u5c5e\u675f\u624b\u65e0\u7b56\u60ca\u6050\u4e07\u5206\uff0c\u7b49\u5f85\u505a\u68c0\u67e5\u7684\u5176\u4ed6\u75c5\u5458\u89c1\u72b6\u5927\u58f0\u547c\u6551\u201c\u533b\u751f\u3001\u533b","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=3482"};
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 () {
}
});
});
}