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=3723&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: 1745119292,
nonceStr: 'wo4oeTXo1hLc5MO1',
signature: '31dfacb8ee38cffbeafa89543e61fab4ed41b627',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e3a\u4e0076\u5c81\u8001\u5e74\u591a\u5668\u5b98\u529f\u80fd\u969c\u788d\u60a3\u8005\u6210\u529f\u5b9e\u65bd\u624b\u672f\u9ebb\u9189","smalltext":"10\u67081\u65e5\u4e0b\u5348\uff0c76\u5c81\u7684\u5f20\u5a46\u5a46\u5728\u5bb6\u4e2d\u4e0d\u614e\u6454\u5012\uff0c\u88ab\u5bb6\u4eba\u9001\u81f3\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u5c31\u8bca\uff0c\u8bca\u65ad\u4e3a\u5de6\u4fa7\u80a1\u9aa8\u9888\u9aa8\u6298\uff0c\u8be5\u60a3\u8005\u60a3\u5c3f\u6bd2\u75c74\u5e74\u957f\u671f\u900f\u6790\u6cbb\u7597\u3002\u7ecf\u6211\u9662\u9aa8\u4e00\u79d1\u4f1a\u8bca\u9700\u624b\u672f\u6cbb\u7597\u3002\u672f\u524d\u68c0\u67e5\u8fc7\u7a0b\u4e2d\uff0c\u53d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3723"};
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 () {
}
});
});
}