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=4442&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: 1751216792,
nonceStr: 'QdnWYhq8KwjrmFkq',
signature: '389661935d9c528a001f50df0d0be1f08c01254b',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/7f0ea2b0ffb9a9730931f380c373b5e5.jpg","title":"\u300a\u5065\u5eb7\u62a5\u300b\u8bb0\u8005\u80e1\u5fb7\u8363\uff1a\u300a\u679d\u53f6\u60c5\u612b\u300b\u4e24\u5c81\u4e86","smalltext":"2019\u5e747\u67084\u65e5\uff0c\u5bf9\u6211\u6765\u8bf4\u662f\u4e2a\u6c38\u8fdc\u503c\u5f97\u7eaa\u5ff5\u7684\u65e5\u5b50\u3002\u771f\u7684\u662f\u201c\u65e5\u6708\u5982\u68ad\u201d\u201c\u5149\u9634\u4f3c\u7bad\u201d\u554a\uff012019\u5e747\u67084\u65e5\u4e0b\u5348\u5728\u4e0a\u6d77\u4ea4\u901a\u5927\u5b66\u51fa\u7248\u793e\u5f20\u5143\u6d4e\u8bb2\u5802\u9686\u91cd\u53ec\u5f00\u7684\u300a\u679d\u53f6\u60c5\u612b\u2014\u2014\u80e1\u5fb7\u8363\u533b\u5b66\u79d1\u6280","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=4442"};
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 () {
}
});
});
}