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=6900&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: 1755206073,
nonceStr: 'PxzsUJNQouz6JYHh',
signature: '51618f441789481ff6b7523f0a65efb0e01ab5f0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7d2f\uff0c\u4f46\u603b\u6709\u4e00\u79cd\u611f\u52a8\u8ba9\u4eba\u575a\u6301","smalltext":"\u5728\u8bb8\u591a\u4eba\u773c\u4e2d\uff0c\u62a4\u58eb\u662f\u7389\u6d01\u51b0\u6e05\u7684\u5316\u8eab\uff0c\u662f\u6551\u6b7b\u6276\u4f24\u7684\u4f7f\u8005\u3002\u4ed6\u4eec\u603b\u8bf4\u6211\u4eec\u5904\u53d8\u4e0d\u60ca\uff0c\u80fd\u5728\u5371\u6025\u65f6\u523b\u633a\u8eab\u800c\u51fa\uff1b\u5938\u6211\u4eec\u820d\u6b7b\u5fd8\u751f\uff0c\u80fd\u4e3a\u4e86\u60a3\u8005\u7684\u5b89\u5371\u5f7b\u591c\u4e0d\u7720\u3002\u53ef\u53ea\u6709\u6211\u4eec\u81ea\u5df1\u77e5\u9053\uff0c\u892a\u53bb\u90a3\u5c42\u6d01\u767d","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=6900"};
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 () {
}
});
});
}