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=6525&classid=14&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: 1746135296, nonceStr: 'LN3ZlHmLRgmYOHft', signature: '9d573bb9c158978ac7241fa531e34ce7de43fd6c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u7ed9\u4f60\u4eec\u70b9\u8d5e","smalltext":" \u201c\u5b9d\u5b9d\u751f\u75c5\u6765\u95e8\u8bca\u505a\u5c0f\u624b\u672f\uff0c\u6765\u4e863\u6b21\uff0c\u51e0\u4f4d\u963f\u59e8\u7684\u670d\u52a1\u6001\u5ea6\u5f88\u597d\u3002\u6bcf\u6b21\u6253\u7535\u8bdd\u90fd\u8010\u5fc3\u7ed9\u6211\u89e3\u91ca\u3002\u533b\u751f\u4e5f\u5f88\u4e13\u4e1a\u3002\u4eca\u5929\u5b9d\u5b9d\u611f\u89c9\u997f\u4e86\uff0c\u6ca1\u4e1c\u897f\u5403\uff0c\u5c0f\u59d0\u59d0\u8fd8\u62ff\u4e86\u81ea\u5df1\u7684\u9178\u5976\u7ed9\u5979\u559d\uff0c\u6211\u5f88\u611f\u52a8\uff01","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6525"}; 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 () { } }); }); }