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=286&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: 1749214153, nonceStr: 'EAXOuTMI14JuDaCQ', signature: '6a6341cec46785db2efbd2beb4e1a7cec12eb594', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fd\u9645\u62a4\u58eb\u8282\uff1a\u95fd\u4e1c\u533b\u9662\u62a4\u58eb\u79c0\u5929\u4f7f\u4e4b\u59ff \u5c55\u9752\u6625\u98ce\u91c7","smalltext":"\u3000\u3000\u4e3a\u5021\u5bfc\u3001\u7ee7\u627f\u548c\u5f18\u626c\u5357\u4e01\u683c\u5c14\u7518\u4e8e\u5949\u732e\u3001\u6551\u6b7b\u6276\u4f24\u7684\u4eba\u9053\u4e3b\u4e49\u7cbe\u795e\uff0c1912\u5e74\u56fd\u9645\u62a4\u58eb\u7406\u4e8b\u4f1a\u5c06\u6bcf\u5e745\u670812\u65e5\u8bbe\u5b9a\u4e3a\u56fd\u9645\u62a4\u58eb\u8282\u3002\u4e3a\u5e86\u795d\u7b2c108\u4e2a\u201c5\u202212\u201d\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u95fd\u4e1c\u533b\u9662\u5f00\u5c55\u79d1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=286"}; 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 () { } }); }); }