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=3371&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: 1751344131,
nonceStr: 'zY2FXjQ3eT0Q4kOp',
signature: '0841e5c950750be51fa9f813e94ce382a7b0293f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\uff1a\u201c\u58ee\u58eb\u65ad\u8155\u201d\u53ef\u201c\u518d\u751f\u201d","smalltext":"\u6797\u5e08\u5085\u4eca\u5e7449\u5c81\uff0c\u5728\u5468\u8fb9\u53bf\u57ce\u7684\u4e00\u4e2a\u5de5\u5382\u5185\u5de5\u4f5c\u3002\u8fd9\u5929\uff0c\u4ed6\u50cf\u5e73\u65f6\u4e00\u6837\u64cd\u4f5c\u673a\u5668\u65f6\uff0c\u53f3\u624b\u4e0d\u5c0f\u5fc3\u88ab\u673a\u5668\u5377\u5165\uff0c\u624b\u8155\u90e8\u77ac\u95f4\u75bc\u75db\u96be\u5fcd\uff0c\u51fa\u8840\u4e0d\u6b62\u3002\u88ab\u7d27\u6025\u9001\u5f80\u897f\u5b89\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u5c31\u8bca\u3002\u6025\u8bca\u79d1","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=3371"};
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 () {
}
});
});
}