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=1055&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: 1751418863,
nonceStr: 'FMnXuextESwvIcUn',
signature: '1a411d3c6bb8bb35f26574fa1e81595ac0217e34',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/a54edbc3edcd52194c9449b445b238df.jpg","title":"\u63ed\u9633\u5e02\u4eba\u6c11\u533b\u9662:\u5b8c\u6210\u56fd\u5185\u9996\u4f8b\u8179\u8154\u955c\u6cbb\u7597\u4ea7\u540e\u5927\u51fa\u8840\u60a3\u8005","smalltext":"\u8fd1\u65e5\uff0c\u63b2\u9633\u5e02\u4eba\u6c11\u533b\u9662\u6210\u529f\u8fd0\u7528\u8179\u8154\u955c\u6280\u672f\u62a2\u6551\u4e00\u540d\u5b50\u5bab\u7834\u88c2\u5b50\u5bab\u5207\u9664\u672f\u540e\u4e25\u91cd\u76c6\u8179\u8154\u5185\u6d3b\u52a8\u6027\u51fa\u8840\u5e76\u5931\u8840\u6027\u4f11\u514b\u4ea7\u5987\u3002\u8fd9\u662f\u56fd\u5185\u9996\u4f8b\u91c7\u7528\u8179\u8154\u955c\u6280\u672f\u62a2\u6551\u4ea7\u540e\u5927\u51fa\u8840\u5371\u91cd\u4ea7\u5987\u7684\u75c5\u4f8b\uff0c\u8be5","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1055"};
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 () {
}
});
});
}