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=6737&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: 1746135679, nonceStr: 'KbpvOW2qbcG05ZDl', signature: 'db764ab0ac2f97b7be874c7fe805a7061b5c684f', 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\u5b5d\u884c\u533b\u5fc3\u2014\u533b\u9662\u4eba\u6587\u7ba1\u7406\u4e0e\u5b5d\u6587\u5316\u878d\u5408\u65b0\u5b9e\u8df5","smalltext":"\u5728\u5c81\u6708\u7684\u957f\u6cb3\u4e2d\uff0c\u5b5d\u6587\u5316\u5982\u4e00\u9897\u7480\u74a8\u7684\u660e\u73e0\uff0c\u95ea\u8000\u7740\u4e2d\u534e\u6c11\u65cf\u4f20\u7edf\u7f8e\u5fb7\u7684\u5149\u8f89\u3002\u800c\u533b\u9662\uff0c\u4f5c\u4e3a\u5b88\u62a4\u751f\u547d\u3001\u4f20\u9012\u6e29\u6696\u7684\u5723\u5730\uff0c\u5176\u4eba\u6587\u7ba1\u7406\u7684\u7406\u5ff5\u4e0e\u5b9e\u8df5\u540c\u6837\u627f\u8f7d\u7740\u6df1\u539a\u7684\u6587\u5316\u5185\u6db5\u3002\u5f53\u533b\u9662\u4eba\u6587\u7ba1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6737"}; 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 () { } }); }); }