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=5289&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: 1743764431,
nonceStr: '3eCXcywxyMimXuEm',
signature: '59a097ce0c025d394d7c11de93f43c8d4d10d44f',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u624b\u672f\u6210\u529f\uff0c\u5019\u9e1f\u4e66\u753b\u5bb6\u592b\u5987\u8d60\u9001\u5b57\u753b\u7ed9\u533b\u751f","smalltext":"4\u67081\u65e5\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u6ccc\u5c3f\u5916\u79d1\u533b\u52a1\u4eba\u5458\u6536\u5230\u60a3\u8005\u8d60\u9001\u300a\u6625\u534e\u79cb\u5b9e\u300b\u300a\u5bcc\u8d35\u5409\u7965\u300b\u4e24\u5e45\u4e66\u753b\u4f5c\u54c1\u3002\u5f53\u5929\u4e0b\u53484\u65f6\u8bb8\uff0c\u4e2d\u5348\u624d\u505a\u5b8c\u624b\u672f\u7684\u60a3\u8005\u6768\u5148\u751f\u8fd8\u8eba\u5728\u75c5\u623f\u4e0a\uff0c\u4fbf\u8ba9\u7231\u4eba\u628a\u6ccc\u5c3f\u5916\u79d1\u526f\u4e3b\u4efb\u9646","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5289"};
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 () {
}
});
});
}