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=1607&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: 1749480404, nonceStr: 'ichJkvKrzfE1RT6d', signature: '169e727a8c82fdd62f64d63366ce021d3a215664', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u60a3\u513f\u4e3a\u533b\u62a4\u4eba\u5458\u753b\u7684\u753b\u6e29\u6696\u4e86\u6240\u6709\u4eba","smalltext":"\u6bcf\u4e00\u4f4d\u62a4\u58eb\uff0c\u90fd\u662f\u4e00\u4e2a\u5e0c\u671b\uff01\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u513f\u79d1\u6709\u4e00\u9053\u6e29\u99a8\u7684\u98ce\u666f\u7ebf\u2014\u2014\u8d70\u5eca\u4e0a\u6302\u6ee1\u4e86\u5b69\u5b50\u4eec\u5236\u4f5c\u7684\u624b\u7ed8\u753b\uff0c\u6bcf\u4e00\u5e45\u90fd\u6d41\u9732\u7740\u4ed6\u4eec\u7684\u771f\u60c5\u90a3\u3002\u6709\u8fd9\u6837\u4e00\u5e45\u753b\u9759\u9759\u7684\u6302\u5728\u513f\u79d1\u7684\u8d70\u5eca\u4e0a\uff0c\u7ed9","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1607"}; 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 () { } }); }); }