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=4562&classid=11&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: 1746148664,
nonceStr: 'PAl2dgXBLLhQejjD',
signature: '8b2187ddf995f33528a1e98dcb804e5e0f1bedba',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202108\/f213736539e35884f38b9810a729d9ce.jpg","title":"\u6811\u5170\uff08\u676d\u5dde\uff09\u533b\u9662-\u62a4\u58eb\u59d0\u59d0\u5316\u8eabTony\u8001\u5e08","smalltext":"\u201c\u6211\u60f3\u6d17\u5934\u3002\u201d\u8fd9\u662f\u4e00\u4e2a\u5bf9\u4e8e\u5e38\u4eba\u800c\u8a00\uff0c\u518d\u6734\u7d20\u4e0d\u8fc7\u7684\u613f\u671b\uff0c\u4f46\u5bf9\u4e8e\u91cd\u75c7\u75c5\u60a3\u6765\u8bf4\uff0c\u662f\u4e00\u4e2a\u5962\u671b\u3002\u5f53\u751f\u547d\u7f6e\u4e8e\u5371\u96be\u4e4b\u9645\uff0c\u201c\u6d17\u5934\u201d\u662f\u4e2a\u591a\u4e48\u5fae\u5c0f\u7684\u4e8b\u60c5\uff0c\u7136\u800c\u56e0\u4e3a\u75be\u75c5\u4e0d\u80fd\u6d17\u5934\uff0c\u53c8\u6216\u8005\u865a\u5f31\u6613\u51fa\u6c57","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4562"};
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 () {
}
});
});
}