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=3016&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: 1751390741,
nonceStr: 'zssi3qDeHyuWWQx5',
signature: '63b62afbc224017c4a3a1cf5a6344677d952c844',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.zhongou.vip\/e\/data\/images\/noimg.gif","title":"\u4eca\u5929\uff0c\u6211\u4eec\u7528\u4e00\u573a\u201c\u65f6\u7a7a\u5bf9\u8bdd\u201d\u4e3a\u5979\u5e86\u751f","smalltext":"98\u5c81\uff0c\u8fd1\u4e00\u4e2a\u4e16\u7eaa\u7684\u7825\u783a\u524d\u884c\uff0c\u6df1\u523b\u6539\u53d8\u4e86\u4e2d\u56fd\u4eba\u6c11\u548c\u4e2d\u534e\u6c11\u65cf\u7684\u524d\u9014\u548c\u547d\u8fd0\uff0c\u6df1\u523b\u6539\u53d8\u4e86\u4e16\u754c\u53d1\u5c55\u7684\u8d8b\u52bf\u548c\u683c\u5c40\u3002\u5979\u4ece\u672a\u5fd8\u5374\u5f53\u5e74\u78a7\u6ce2\u8361\u6f3e\u7684\u5609\u5174\u5357\u6e56\u4e0a\u3001\u90a3\u5982\u706b\u7ea2\u8239\u91cc\u7684\u5e84\u4e25\u5ba3\u8a93\uff0c\u521d\u5fc3\u4f7f\u547d\u987b\u81fe\u4e0d\u80fd\u5fd8\uff0c\u8361\u6da4\u5c18\u57c3\u3001\u6fc0\u626c\u52a8\u529b\u3001\u91cd\u6574\u884c\u88c5\u518d\u51fa\u53d1\u3002\r\n2019\u5e747\u67081\u65e5\uff0c\u4e00\u573a\u201c\u65f6\u7a7a\u7684\u5bf9\u8bdd\u201d\u5728\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u5c55\u5f00\uff1a89\u5c81\u9ad8\u9f84\u7684\u6c64\u948a\u7337\u9662\u58eb\uff0c\u548c\u53bb\u5e74\u6210\u4e3a\u9884\u5907\u515a\u5458\u768490\u540e\u75c5\u7406\u57fa\u5730\u533b\u751f\u502a\u54cd\u4e00\u8d77\uff0c\u5206\u4eab\u5f7c\u6b64\u7684\u5165\u515a\u521d\u5fc3\u3002","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=3016"};
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 () {
}
});
});
}