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=4057&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: 1745056177,
nonceStr: 'Aw4RiAp1TbhCQU6N',
signature: '36d354b07271674bd94d329935c46cea2c256158',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u70ed\u8840\u9a70\u63f4\u5171\u52a9\u4eac\u5180\uff0c\u8840\u8109\u76f8\u8fde\u540c\u5fc3\u6297\u75ab","smalltext":" \u7a7f\u4e0a\u767d\u5927\u8902\u6211\u4eec\u662f\u533b\u52a1\u5de5\u4f5c\u8005\uff01 \u767b\u4e0a\u732e\u8840\u8f66\u6211\u4eec\u662f\u5149\u8363\u7684\u70ed\u8840\u9752\u5e74\uff01 2021\u5e74\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\u533b\u52a1\u4eba\u5458\u732e\u8840\u6708\u6765\u5566\uff01\u4e3a\u6253\u8d62\u6253","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4057"};
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 () {
}
});
});
}