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=2490&classid=12&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: 1744900764, nonceStr: 'zaNMC8cIYtZHBQmM', signature: '871a3783100d3ab643653fc0aaac66082756ba61', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5f90\u5929\u654f:\u6267\u7740\u4e3a\u795e\u5723\u7684\u751f\u547d\u5b88\u62a4","smalltext":"\u751f\u547d\uff0c\u72ec\u4e00\u65e0\u4e8c\uff0c\u5b83\u8861\u91cf\u7740\u533b\u8005\u7684\u826f\u77e5\u548c\u60c5\u6000\uff1b\u5c97\u4f4d\uff0c\u975e\u540c\u4e00\u822c\uff0c\u5b83\u8003\u91cf\u7740\u533b\u8005\u7684\u8d23\u4efb\u548c\u80c6\u7565\u3002\u5c31\u5728\u8fd9\u6837\u4e00\u4e2a\u7684\u7279\u6b8a\u7684\u533b\u7597\u6218\u7ebf\u4e0a\uff0c\u4ed6\u2014\u2014\u5f90\u5929\u654f\uff0c\u5e38\u5dde\u5e02\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u611f\u67d3\u79d1\u4e3b\u4efb\u3001\u4e3b\u4efb\u533b\u5e08\uff0c\u4ece\u4e8b\u4e34","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2490"}; 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 () { } }); }); }