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=1845&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: 1751520610,
nonceStr: 'QDQxKZilp5vv90pI',
signature: 'f8ec4132201124d8bba99348cb5cedc6c1b86fae',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u91d1\u5802\u53bf\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u51c6\u5b9d\u5b9d\uff0c\u4f60\u7684\u540d\u5b57\u5c31\u53eb\u201c\u738b\u51a0\u82f1\u201d","smalltext":"\u5f53\u6211\u5728\u611f\u67d3\u79d1\u89c1\u5230\u9ec4\u4e3d\u7684\u90a3\u4e00\u523b\uff0c\u6211\u5341\u5206\u7684\u9707\u60ca\uff01\u6000\u5b55\u4e03\u4e2a\u591a\u6708\u7684\u5979\u8fd8\u5728\u5de5\u4f5c\u5c97\u4f4d\u4e0a\u6765\u56de\u7684\u5fd9\u7eff\u7740,\u6211\u8d76\u7d27\u53eb\u4f4f\u4e86\u5979\uff0c\u8ba9\u5979\u5750\u4e0b\u6765\u6b47\u6b47\u559d\u70b9\u6c34\uff0c\u671f\u95f4\u987a\u4fbf\u4e5f\u548c\u5979\u7b80\u5355\u7684\u804a\u4e0a\u4e86\u51e0\u53e5......","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1845"};
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 () {
}
});
});
}