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=3133&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: 1745150925,
nonceStr: 'EGQHSkHQglYixhXE',
signature: '0cc97fc81b040f81d19a8a890a4d0f9cdd235632',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202004\/f5868b145db8ec38eb798c3fd9e24dbe.jpg","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\uff1a\u56fd\u58ee\u540d\u533b\u4e28\u9ec4\u6e90\uff1a\u6562\u5411\u5371\u91cd\u75c5\u4f8b\u3001\u7591\u96be\u624b\u672f\u201c\u4eae\u5251\u201d","smalltext":"\u4e3a\u533b\u8005\uff0c\u72ec\u7cbe\u5176\u6280\u4e0d\u8db3\u4ee5\u6210\u4e8b\uff0c\u5e76\u5584\u5176\u5fc3\u65b9\u53ef\u4e3a\u9ece\u6c11\uff0c\u800c\u9ec4\u6e90\u6b63\u662f\u8fd9\u6837\u7684\u201c\u533b\u8005\u201d\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3133"};
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 () {
}
});
});
}