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=564&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: 1749324644, nonceStr: '1oI0VqhtVdgZ0q4N', signature: '710ceb5815ac18dd9bbba3c215cf11051917372f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5357\u7701\u4eba\u6c11\u533b\u9662\uff1a\u533b\u751f\u76844000\u5fae\u4fe1\u597d\u53cb\uff0c\u5927\u534a\u662f\u75c5\u4eba","smalltext":"4\u670826\u65e5\u4e0a\u5348\uff0c66\u5c81\u7684\u5218\u5976\u5976\u626b\u4e8c\u7ef4\u7801\u52a0\u5230\u4e86\u6881\u529b\u6656\u7684\u5fae\u4fe1\uff0c\u6210\u4e3a\u4e86\u4ed6\u76843959\u4f4d\u5fae\u4fe1\u597d\u53cb\u3002\u597d\u813e\u6c14\u533b\u751f\u201c\u62e5\u7c89\u201d\u65e0\u6570\u5218\u5976\u5976\u60a3\u6709\u7cd6\u5c3f\u75c5\u591a\u5e74\uff0c\u8fd9\u6b21\u4f4f\u966210\u5929\uff0c\u5f97\u77e5\u4eca\u5929\u53ef\u4ee5\u51fa\u9662\uff0c\u5218\u5976\u5976\u65e2\u5f00\u5fc3\u53c8","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=564"}; 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 () { } }); }); }