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=3613&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: 1745119735,
nonceStr: 'E9WZjn8ScUap37XU',
signature: '99502149dc85ee4ff0e94f8a9642b0bd5d57a88c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u4e3e\u529e\u201c\u6218\u75ab\u6709\u6211 \u5927\u7231\u65e0\u7586\u201d \u533b\u5e08\u8282\u4e3b\u9898\u6559\u80b2\u6d3b\u52a8","smalltext":"2020\u5e748\u670818\u65e5\u4e0b\u5348\uff0c\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\u5728\u591a\u529f\u80fd\u5385\u4e3e\u529e\u201c\u6218\u75ab\u6709\u6211 \u5927\u7231\u65e0\u7586\u2014\u2014\u8bb2\u8ff0\u8eab\u8fb9\u7684\u6297\u75ab\u6545\u4e8b\u201d \u533b\u5e08\u8282\u4e3b\u9898\u6559\u80b2\u6d3b\u52a8\u3002\u6d3b\u52a8\u901a\u8fc7\u73b0\u573a\u8bbf\u8c08\u63f4\u9102\u4eba\u5458\u3001\u9694\u79bb\u75c5\u533a\u4e00\u7ebf\u4eba\u5458\u3001\u65b0\u51a0\u80ba","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3613"};
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 () {
}
});
});
}