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=3353&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: 1751344053,
nonceStr: 'I0QNh3HWO1GewTzP',
signature: '53da4f477c6860f17f648f3e5e6999f5e46d06bb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u5439\u54cd\u6218\u75ab\u53f7\u89d2\uff0c\u5f70\u663e\u65f6\u4ee3\u62c5\u5f53","smalltext":"\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u515a\u59d4\u548c\u5e7f\u5927\u515a\u5458\u5e72\u90e8\u8ba4\u771f\u8d2f\u5f7b\u843d\u5b9e\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u201c\u8981\u628a\u4eba\u6c11\u7fa4\u4f17\u751f\u547d\u5b89\u5168\u548c\u8eab\u4f53\u5065\u5eb7\u653e\u5728\u7b2c\u4e00\u4f4d\uff0c\u575a\u51b3\u904f\u5236\u75ab\u60c5\u8513\u5ef6\u52bf\u5934\u201d\u7684\u6307\u793a\u8981\u6c42\uff0c\u8fc5\u901f\u54cd\u5e94\u3001\u79ef\u6781\u884c\u52a8\uff0c\u52c7\u4e8e\u62c5\u5f53\u3001\u51b2\u950b\u5728\u524d\uff0c\u8ba9\u515a\u65d7\u9ad8\u9ad8\u98d8\u626c\u5728\u75ab\u60c5\u9632\u63a7\u7b2c\u4e00\u7ebf\u3002","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=3353"};
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 () {
}
});
});
}