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=6635&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: 1716231060, nonceStr: 'nTLZG8FfN9bnHRpZ', signature: '23915eb60f7ba12aadb5855e08058aa0ea5612f9', 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\u6211\u4e0e\u5c0f\u51af","smalltext":" \u5de5\u4f5c5\u5e74\u4e86\uff0c\u81ea\u6211\u611f\u89c9\u9664\u4e86\u5e74\u9f84\u589e\u957f\u4e86\uff0c\u522b\u7684\u597d\u50cf\u6ca1\u4ec0\u4e48\u6539\u53d8\u3002\u62a4\u58eb\u957f\u8bf4\uff0c\u6bcf\u5929\u62bd\u51fa5\u5206\u949f\u65f6\u95f4\u548c\u81ea\u5df1\u7684\u75c5\u4eba\u804a\u804a\u5929\uff0c\u4e86\u89e3\u4ed6\u4eec\u7684\u75c5\u60c5\u548c\u5fc3\u7406\u53d8\u5316\uff0c\u8fd9\u6837\u53ef\u4ee5\u589e\u5f3a\u8d23\u62a4\u4e0e\u75c5\u4eba\u95f4\u7684\u4fe1\u4efb\u5ea6\u3002\u8fd9\u6837","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6635"}; 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 () { } }); }); }