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=4370&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: 1716105989, nonceStr: 'tvegVvZKElKyDqFO', signature: '3e731fe39c5a3edca5233615deca7602f71e7680', 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\u542f\u52a8\u9752\u5c11\u5e74\u795e\u5fd7\u75c5\u4e2d\u533b\u836f\u6cbb\u7597\u4e13\u9879\u63f4\u52a9","smalltext":"2021\u5e745\u670829\u65e5\u4e0a\u5348\uff0c\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u201c\u6148\u5584\u4e2d\u533b\u643a\u624b\u884c\u00b7\u5173\u7231\u5c11\u5e74\u732e\u771f\u60c5\u201d\u9752\u5c11\u5e74\u795e\u5fd7\u75c5\u6cbb\u7597\u4e13\u9879\u63f4\u52a9\u542f\u52a8\u3002\u4e3a\u8d2f\u5f7b\u843d\u5b9e\u300a\u5065\u5eb7\u4e2d\u56fd\u884c\u52a8\u2014\u2014\u513f\u7ae5\u9752\u5c11\u5e74\u5fc3\u7406\u5065\u5eb7\u884c\u52a8\u65b9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4370"}; 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 () { } }); }); }