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=1840&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: 1751691961,
nonceStr: 'NFwtO3Qj8JWeaK3n',
signature: '848a2fb47d60ae26c3060dcc1d3e02177560c0dd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/1af030d99b09ad32dab2e1e39c469feb.jpg","title":"\u767d\u94f6\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u75ab\u60c5\u65f6\u671f\u6025\u8bca\u6218\u58eb\u4e0d\u9000\u7f29","smalltext":"2020\u5e74\u6625\u8282\uff0c\u672c\u8be5\u662f\u4e07\u5bb6\u706f\u706b\uff0c\u9616\u5bb6\u56e2\u5706\u7684\u65e5\u5b50\uff0c\u53ef\u4e00\u573a\u6ca1\u6709\u785d\u70df\u7684\u653b\u575a\u6218\u5728\u6b64\u523b\u6084\u7136\u6253\u54cd\u3002\u65b0\u578b\u80ba\u708e\u7206\u53d1\uff0c\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff0c\u9632\u63a7\u5c31\u662f\u8d23\u4efb\uff01\u533b\u62a4\u4eba\u5458\u653e\u5f03\u4e86\u5b89\u9038\uff0c\u820d\u5c0f\u5bb6\u4e3a\u5927\u5bb6\uff0c\u79ef\u6781\u6295\u8eab\u5230\u8fd9\u573a\u6218\u6597","url":"http:\/\/yyrw.zhongou.vip\/e\/action\/ShowInfo.php?classid=5&id=1840"};
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 () {
}
});
});
}