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=6547&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: 1743705908, nonceStr: 'iS4N70k44PE1o6U2', signature: 'ff2f652bb750671a270b1b9db4c6d7fcc56c82c7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u95e8\u8bca\u613f\u610f\u6392\u5728\u6700\u540e\u7684\u90a3\u4e2a\u4eba","smalltext":"\u4eca\u5929\u4e0a\u5348\u95e8\u8bca\uff0c\u6700\u540e\u4e00\u4e2a\u60a3\u8005\u7684\u5230\u6765\u8ba9\u6211\u611f\u89e6\u6df1\u523b\u3002\u7ed3\u675f\u4e86\u8bca\u7597\u4ee5\u540e\uff0c\u6211\u4e94\u5473\u6742\u9648\u7684\u5fc3\u60c5\u4ecd\u7136\u4e0d\u80fd\u5e73\u590d\u3002\u8fd9\u662f\u540d\u4e03\u5341\u51fa\u5934\u7684\u673a\u5173\u9000\u4f11\u5e72\u90e8\uff0c\u7b2c\u4e00\u6b21\u63a5\u8bca\u4ed6\u8fd8\u662f\u5341\u591a\u5e74\u524d\uff0c\u6211\u8fd8\u662f\u4e2a\u5c0f\u4e3b\u6cbb\u7684\u65f6\u5019","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6547"}; 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 () { } }); }); }