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=3628&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: 1749359982,
nonceStr: 'xkZMFFVsUg88SeFv',
signature: 'f9efb0b59c0f270ad911de81e9de9c52bb25b4de',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/190e842c1f5c23e0d865afb38dc59aee.jpg","title":"\u65b9\u8231\u533b\u9662\u8df3\u65b0\u7586\u821e\u7684\u201c\u5927\u767d\u201d\u4eb2\u8ff0\uff1a\u6211\u5728\u4e4c\u9c81\u6728\u9f50\u6297\u75ab\u7684\u8fd9\u6bb5\u65e5\u5b50","smalltext":"\u65b0\u7586\u7ef4\u543e\u5c14\u81ea\u6cbb\u533a\u7ef4\u543e\u5c14\u533b\u533b\u9662\uff08\u81ea\u6cbb\u533a\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff09\u7684\u5df4\u54c8\u53e4\u4e3d.\u6258\u52d2\u6052\u662f\u65b0\u7586\u7b2c\u4e8c\u6279\u63f4\u9102\u533b\u7597\u961f\u961f\u5458\uff0c\u4e5f\u662f\u5728\u6b66\u6c49\u65b9\u8231\u533b\u9662\u5e26\u9886\u60a3\u8005\u8df3\u65b0\u7586\u821e\u800c\u53d7\u5230\u5168\u56fd\u4eba\u6c11\u559c\u7231\u7684\u201c\u5927\u767d\u201d\u3002\u524d\u6bb5\u65f6","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3628"};
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 () {
}
});
});
}