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=610&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: 1751301822,
nonceStr: 'a3akrn93ZDWFacEL',
signature: 'd1acef73d294f8358d280c4ab675f8b4fdee31f7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/8a60ea60c065520886528c8f27490f88.jpg","title":"\u4e0a\u6d77\u5e02\u7b2c\u5341\u4eba\u6c11\u533b\u9662\uff1a\u4e07\u7c73\u9ad8\u7a7a\u4e0a\u6f14\u201c\u751f\u6b7b\u65f6\u901f\u201d","smalltext":"\u6731\u68a6\u4e91\u533b\u751f\u662f\u4e0a\u6d77\u5e02\u7b2c\u5341\u4eba\u6c11\u533b\u9662\u5fc3\u5185\u79d1\u4e09\u75c5\u533a\u7684\u5e26\u7ec4\u533b\u751f\uff0c\u5728\u8d85\u58f0\u5f71\u50cf\u5b66\u9886\u57df\u6709\u7740\u6df1\u5165\u7814\u7a76\uff0c\u5979\u4eb2\u5207\u5730\u88ab\u540c\u4e8b\u4eec\u79f0\u547c\u4e3a\u201c\u8d85\u5973\u201d\u3002\u65e5\u524d\u5728\u4e00\u6b21\u8fd4\u6caa\u7684\u822a\u73ed\u4e0a\uff0c\u4e00\u4f4d\u4e58\u5ba2\u7a81\u53d1\u6025\u75c5\uff0c\u8d85\u5973\u633a\u8eab\u800c\u51fa\u51c6\u786e\u65bd\u6551\uff0c\u5e2e\u52a9\u60a3\u8005\u8f6c\u5371\u4e3a\u5b89\uff0c\u89e3\u9664\u4e86\u4e00\u6b21\u8fd4\u822a\u7684\u8b66\u62a5\u3002","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=610"};
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 () {
}
});
});
}