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=3387&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: 1714738275, nonceStr: '6OoKq8huw8f6EpWl', signature: '6d35badbec698bde2fc3a669523a25f0c0944f79', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u5fc3\u884c\u52a8\uff0c\u5fc3\u5b88\u62a4","smalltext":"\u5723\u6d01\u7684\u767d\u8863\u5929\u4f7f\uff0c\u6211\u4eec\u7528\u81ea\u5df1\u7684\u670d\u52a1\u548c\u8a00\u884c\uff0c\u628a\u81ea\u5df1\u7684\u804c\u4e1a\u9053\u5fb7\u4f53\u73b0\u51fa\u6765\uff0c\u65e0\u6570\u4e2a\u65e5\u65e5\u591c\u591c\u8d1f\u8d23\u7740\u75c5\u533a\u7684\u70b9\u70b9\u6ef4\u6ef4\uff0c\u7528\u5fc3\u611f\u53d7\u7740\u751f\u6b7b\u5b58\u4ea1\u7684\u4ea4\u54cd\u4e50\u66f2\u3002\u8fd9\u4e2d\u95f4\uff0c\u4eba\u6587\u5173\u6000\u5c31\u662f\u8fde\u63a5\u7740\u62a4\u58eb\u548c\u75c5\u4eba\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3387"}; 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 () { } }); }); }