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=1025&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: 1749441131, nonceStr: 'i0U1m4F8DaV1m9er', signature: '62671b2799b5f1242ec5158a3f766e6c755c9192', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u601d\u653f\u8d70\u8fdb\u533b\u5b66\u8bfe\u7a0b\uff0c\u526f\u9662\u957f\u8bb2\u300a\u5185\u79d1\u5b66\u7eea\u8bba\u300b","smalltext":"\u533b\u5b66\u751f\u9700\u8981\u52aa\u529b\u6269\u5bbd\u81ea\u5df1\u7684\u89c6\u91ce\uff0c\u5173\u6ce8\u79d1\u5b66\u4e0e\u4eba\u6587\u7cbe\u795e\u7684\u7ed3\u5408\uff0c\u4e30\u5bcc\u4e13\u4e1a\u548c\u4eba\u6587\u5e95\u8574\uff0c\u5728\u5b66\u53f7\u4e13\u4e1a\u77e5\u8bc6\u7684\u57fa\u7840\u4e0a\u5c3d\u53ef\u80fd\u7684\u6d89\u730e\u591a\u5143\u5316\u7684\u77e5\u8bc6\uff0c\u4ece\u800c\u4e30\u5bcc\u81ea\u5df1\u7684\u4e34\u5e8a\u601d\u7ef4\u3002\u4e3a\u6b64\uff0c\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1025"}; 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 () { } }); }); }