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=1301&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: 1752758156,
nonceStr: '0ZxQZTttu2nRGXC1',
signature: 'ac5df68dabb68f731335459b35e22058af9553a0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201910\/7ffc5521a5d61b2d2b0685522c52374d.jpg","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u611f\u6069\u571f\u5730 \u533b\u52a1\u4eba\u5458\u5272\u7a3b\u4f20\u627f\u519c\u8015\u6587\u5316","smalltext":"\u201c\u957f\u671f\u5728\u624b\u672f\u5ba4\u5de5\u4f5c\uff0c\u63a5\u89e6\u571f\u5730\u548c\u82cf\u5dde\u6587\u5316\u7684\u673a\u4f1a\u6bd4\u8f83\u5c11\uff0c\u7531\u4e8e\u5de5\u4f5c\u65e9\u51fa\u665a\u5f52\uff0c\u4e5f\u96be\u5f97\u6709\u4eb2\u5b50\u65f6\u5149\u3002\u4eca\u5929\u6765\u5b66\u4e60\u519c\u8015\uff0c\u4e0d\u4ec5\u53ef\u4ee5\u4eb2\u8fd1\u81ea\u7136\u3001\u4eb2\u8fd1\u5b69\u5b50\uff0c\u4e5f\u8ba9\u8eab\u5fc3\u5f97\u5230\u653e\u677e\uff0c\u66f4\u597d\u7684\u6295\u5165\u4e34\u5e8a\u5de5\u4f5c\u4e2d\u201d","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1301"};
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 () {
}
});
});
}