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=3611&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: 1745119061,
nonceStr: '82eG889Jx5lHylwm',
signature: '3c431cca110dc3dd965ea06d06269644053356e9',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662:\u5f18\u626c\u4f20\u7edf\u6587\u5316,\u533b\u751f\u91cd\u8d70\u6297\u8054\u8def\u5e86\u795d\u201c\u533b\u5e08\u8282\u201d","smalltext":"\u4e3a\u5f18\u626c\u4f20\u7edf\u6587\u5316\uff0c\u4f20\u627f\u6c11\u65cf\u7cbe\u795e\uff0c\u5e86\u795d\u7b2c\u4e09\u5c4a\u201c\u4e2d\u56fd\u533b\u5e08\u8282\u7684\u5230\u6765\uff0c8\u670818\u65e5\u4e0a\u5348\uff0c\u6566\u5316\u5e02\u533b\u9662\u7ec4\u7ec7\u5404\u79d1\u5ba4\u5b66\u79d1\u5e26\u5934\u4eba\u53ca\u79d1\u5ba4\u9aa8\u5e72\u533b\u751f\u5230\u4e1c\u5317\u6297\u8054\u5bd2\u8471\u5cad\u5bc6\u8425\u9057\u5740\u5f00\u5c55\u4e86\u6566\u5316\u5e02\u533b\u9662\u201c\u533b\u52a1\u4eba\u5458","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3611"};
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 () {
}
});
});
}