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=832&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: 1751379944,
nonceStr: 'A40clchSq68uqi58',
signature: 'a7d269f260f6c53f4f33e8b653992e11241b6874',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/458670e04aba9e18ebac9c2dcef16508.jpg","title":"\u5e38\u5dde\u4e00\u9662\uff1a27\u4e2a\u5c0f\u65f6\u8de8\u8d8a1700\u516c\u91cc\uff0c\u8d35\u5dde\u6c34\u65cf\u5c0f\u4f19\uff1a\u53ea\u4e3a\u4e00\u58f0\u611f\u8c22\uff01","smalltext":"\u8bf4\u53e5\u611f\u8c22\uff0c\u5728\u4e92\u8054\u7f51\u65f6\u4ee3\u5206\u79d2\u5c31\u80fd\u5b9e\u73b0\uff0c\u4f4690\u540e\u7684\u8d35\u5dde\u6c34\u65cf\u5c0f\u4f19\u5b50\u97e6\u627f\u521b\u5374\u6267\u610f\u5750\u7740\u957f\u65f6\u95f4\u7684\u706b\u8f66\uff0c\u4e00\u6b65\u4e00\u8ddb\u5730\u8d70\u6765\u8868\u8fbe\u611f\u8c22\u3002\u8fd9\u7a76\u7adf\u662f\u4e2a\u600e\u6837\u7684\u6545\u4e8b\uff1f\u8d2b\u56f0+\u8f66\u7978 \u751f\u547d\u7ecf\u5386\u60e8\u75db\u8ba9\u6211\u4eec\u5c06\u65f6","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=832"};
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 () {
}
});
});
}