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=1027&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: 1749447126,
nonceStr: 'MC0YE8tYzYUhaol9',
signature: 'edb09702edfc01cea77a34f1e81f8fa4eb127d6f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201908\/20683e5b8e27aa087f58d8aca1b91a43.gif","title":"\u629a\u987a\u5e02\u7b2c\u56db\u533b\u9662\uff1a\u519b\u7eff\u767d\u8863\u4e24\u5730\u60c5","smalltext":"\u6839\u636e\u629a\u987a\u5e02\u7b2c\u56db\u533b\u9662\u533b\u751f\u6768\u4f73\u7855\u4e0e\u7231\u4eba\u67d0\u91ce\u6218\u90e8\u961f\u519b\u5b98\u5b8b\u5927\u4f1f\u4e24\u4eba\u771f\u5b9e\u7684\u4e66\u4fe1\u8fdb\u884c\u62cd\u6444\uff0c\u8bb2\u8ff0\u4e86\u533b\u751f\u548c\u519b\u4eba\u7684\u8d23\u4efb\u4e0e\u62c5\u5f53","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1027"};
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 () {
}
});
});
}