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=2164&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: 1749446705,
nonceStr: 'EgMDeAixGhVBcwGB',
signature: 'a32b1fcfa5c0b4a6760693a33fa6b6dad2915afa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u6b66\u6c49\uff0c\u6211\u4eec\u6765\u4e86","smalltext":"2\u670821\u65e5\u4e0b\u5348\uff0c\u4e0a\u6d77\u7b2c9\u6279\u63f4\u9102\u533b\u7597\u961f\u96c6\u7ed3\u51fa\u53d1\u3002\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u533b\u5b66\u5fc3\u7406\u79d1\u4e3b\u6cbb\u533b\u5e08\u675c\u6587\u6c38\u4f5c\u4e3a\u6b64\u6b21\u4e0a\u6d77\u63f4\u9102\u533b\u7597\u961f\u5458\u4e4b\u4e00\uff0c\u4e0e\u6765\u81ea\u533a\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u7684\u53e6\u4e24\u540d\u533b\u5e08\u4e00\u8d77\u51fa\u5f81\u6b66\u6c49\u3002 2\u670822","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2164"};
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 () {
}
});
});
}