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=3726&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: 1745119291,
nonceStr: '6ZUSiban30hPdSQm',
signature: '5e6c603d1072c3cb455dbab09d9da2a5af0a94ba',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u4f20\u64ad\u4e2d\u533b\u836f\u6587\u5316\uff0c\u6211\u628a\u5065\u5eb7\u5e26\u56de\u5bb6","smalltext":"\u201c\u4e2d\u79cb\u56fd\u5e86\u201d\u559c\u76f8\u9022\uff0c\u5f88\u4e2d\u56fd\uff01\u5728\u5bb6\u56fd\u540c\u5e86\u7684\u65e5\u5b50\uff0c\u5728\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u6709\u4e00\u7fa4\u4e2d\u533b\u4eba\u628a\u4f20\u7edf\u4e2d\u533b\u836f\u6587\u5316\u7684\u9b45\u529b\u628a\u5065\u5eb7\u7684\u7406\u5ff5\u548c\u77e5\u8bc6\u628a\u6b63\u786e\u7684\u751f\u6d3b\u65b9\u5f0f\u628a\u9632\u6cbb\u75be\u75c5\u7684\u57fa\u672c\u6280\u80fd\u5e26\u56de","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3726"};
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 () {
}
});
});
}