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=6573&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: 1746135761, nonceStr: 'rmApKgD5PpVt2DuO', signature: '8352a6d375f240141025f83ecaa9aba094b44575', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u533b\u5b66\u4eba\u6587\u80cc\u666f\u4e0b\u533b\u9662\u201c\u4e0d\u60f3\u8150\u201d\u5ec9\u6d01\u6587\u5316\u4f53\u7cfb\u6784\u5efa","smalltext":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u521b\u5efa\u4e8e1919\u5e74\uff0c\u662f\u6d59\u6c5f\u7701\u9996\u6279\u901a\u8fc7\u4e09\u7532\u8bc4\u5ba1\u7684\u56db\u5bb6\u7efc\u5408\u6027\u533b\u9662\u4e4b\u4e00\uff0c\u533b\u7597\u670d\u52a1\u8f90\u5c04\u6d59\u5357\u95fd\u5317\u8d63\u4e1c\u8fd13000\u4e07\u4eba\u53e3\u3002\u767e\u5e74\u7684\u5386\u53f2\u5e95\u8574\u5b55\u80b2\u3001\u6ecb\u517b\u6df1\u539a\u7684\u4eba\u6587\u533b\u5b66\u7cbe\u795e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6573"}; 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 () { } }); }); }