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=3097&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: 1749398623, nonceStr: 'P0XnWLt6cgktMUtI', signature: 'a93ebb0edb21f3c267ca3123b1374fad03e0dd01', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u5173\u7231\u4e0a\u95e8 \u767d\u8863\u5929\u4f7f\u4e3a\u8179\u900f\u60a3\u8005\u8fdb\u884c\u201c\u7279\u6b8a\u5bb6\u8bbf\u201d","smalltext":"4\u670810\u65e5\u4e0a\u5348\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u80be\u5185\u79d1\u526f\u4e3b\u4efb\u738b\u52a0\u82f1\u53ca\u62a4\u58eb\u957f\u66f9\u6d77\u7ea2\u7b49\u533b\u62a4\u4eba\u5458\u4e00\u884c\u6765\u5230\u76f8\u57ce\u533a\uff0c\u4e3a\u8179\u819c\u900f\u6790\u60a3\u8005\u8fdb\u884c\u4e86\u5c45\u5bb6\u5bb6\u8bbf\uff0c\u65e8\u5728\u4e86\u89e3\u8179\u900f\u60a3\u8005\u7684\u5c45\u5bb6\u64cd\u4f5c\u73af\u5883\u3001\u900f\u6790\u8d28\u91cf\u53ca\u5065\u5eb7\u72b6\u51b5\uff0c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3097"}; 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 () { } }); }); }