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=3448&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: 1745135491, nonceStr: '2cjG131G6Dxmk88t', signature: '966a8094b6d193cf16964d4119221d9910e6edf8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a43\u5206\u949f\u201c\u98d9\u8f66\u201d\uff0c\u201c\u6781\u901f\u201d\u62a2\u56de\u751f\u547d","smalltext":"43\u5206\u949f\uff0c\u6211\u4eec\u80fd\u505a\u4ec0\u4e48\uff1f\u4e00\u90e8\u7cbe\u5f69\u7684\u7535\u5f71\u8fd8\u5230\u4e0d\u4e86\u60c5\u8282\u7684\u9ad8\u6f6e\uff0c\u6bdb\u4e0d\u6613\u7684\u65b0\u6b4c\u4e5f\u624d\u521a\u521a\u5531\u5b8c\u00b7\u00b7\u00b7\u00b7\u00b7\u800c\u5728\u8fd9\u91cc\uff0c\u80f8\u75db\u4e2d\u5fc3\u56e2\u961f\u752843\u5206\u949f\uff0c\u633d\u6551\u4e86\u4e00\u4e2a\u5782\u5371\u7684\u751f\u547d\uff016\u670820\u65e5\u665a\uff0c\u533b\u9662\u7684\u80f8\u75db\u4e2d\u5fc3\u5de5\u4f5c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3448"}; 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 () { } }); }); }