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=5082&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: 1744318369,
nonceStr: '0PfMQjrDElydFrtc',
signature: 'dcc7dda4c1595f0e0d8b664da30027c94bd163d6',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8b66\u4fdd\u8054\u63a7\u6293\u83b7\u8bc8\u9a97\u56e2\u4f19","smalltext":"2021\u5e7411\u670825\u65e5\uff0c\u9a7b\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u8b66\u52a1\u5ba4\u6c11\u8b66\u4e0e\u533b\u9662\u5b89\u4fdd\u4eba\u5458\u542f\u52a8\u201c\u8b66\u4fdd\u8054\u63a7\u201d\u5de5\u4f5c\u673a\u5236\uff0c\u5171\u540c\u6293\u83b7\u4e00\u8bc8\u9a97\u56e2\u4f19\u3002\u6293\u6355\u73b0\u573a\u6267\u6cd5\u4eea\u8bb0\u5f55\u4e0a\u534810:00\u5de6\u53f3\uff0c\u9a7b\u533b\u9662\u8b66\u52a1\u5ba4\u6c11\u8b66\u8d75\u4e91\u535a\u63a5\u5230\u8f96\u533a\u5c45","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5082"};
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 () {
}
});
});
}