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=3701&classid=4&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: 1746771573,
nonceStr: '6401SQUeVeUyIACp',
signature: '62c8e15f248d8097b7a7a395ba58f05ab59a3804',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u8c08\u4eba\u6587\u5173\u6000\u5728\u533b\u7597\u8fc7\u7a0b\u7684\u91cd\u8981\u6027","smalltext":"1998\u5e74\u6211\u4ece\u533b\u5b66\u9662\u6821\u6bd5\u4e1a\uff0c\u5f00\u59cb\u6b63\u5f0f\u8fdb\u5165\u4e34\u5e8a\u533b\u7597\u5de5\u4f5c\uff0c\u5728\u4e34\u5e8a\u4e2d\u6211\u53d1\u73b0\u5f88\u591a\u4eba\u770b\u75c5\u65f6\u5019\uff0c\u603b\u662f\u559c\u6b22\u627e\u5e74\u8001\u4e00\u70b9\u7684\u533b\u751f\u3002\u6211\u4eec\u533b\u9662\u4e00\u4e2a\u8001\u6559\u6388\u516b\u5341\u591a\u5c81\u4e86\uff0c\u6bcf\u5929\u95e8\u8bca\u7684\u53f7\u6302\u7684\u6ee1\u6ee1\u7684\uff0c\u6709\u65f6\u5019\uff0c\u8001\u6559","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=3701"};
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 () {
}
});
});
}