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=576&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: 1751274481,
nonceStr: 'lhQuLzhts5dhe479',
signature: '625dbd5ac1c406c9950d60931133b1abcc9245f6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/0984aba3409523f418c7fb3329ee7101.jpg","title":"\u6b66\u6c49\u513f\u7ae5\u533b\u9662:\u62a2\u5728\u201c\u7d2b\u5a03\u5a03\u201d\u5fc3\u7387\u9aa4\u964d\u4e4b\u524d\u6253\u901a\u751f\u547d\u901a\u9053","smalltext":"\u521a\u51fa\u751f\u7537\u5a74\u60a3\u80ba\u52a8\u8109\u74e3\u91cd\u5ea6\u72ed\u7a84,\u53ea\u5269\u4e0b2\u6beb\u7c73\u5bbd\u7684\u7f1d\u9699\uff0c\u80ba\u90e8\u65e0\u6cd5\u6b63\u5e38\u4f9b\u8840\uff0c\u547c\u5438\u56f0\u96be\uff0c\u5168\u8eab\u4e4c\u7d2b\u50cf\u4e2a\u201c\u7d2b\u5a03\u5a03\u201d\uff0c\u547d\u60ac\u4e00\u7ebf\u3002\u6b66\u6c49\u513f\u7ae5\u533b\u9662\u5fc3\u8840\u7ba1\u5185\u79d1\u901a\u8fc7\u5bfc\u7ba1\u4ecb\u5165\u672f\uff0c\u62a2\u5728\u5fc3\u7387\u9aa4\u964d\u4e4b\u524d\u5c06\u51e0","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=576"};
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 () {
}
});
});
}