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=6561&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: 1746135580, nonceStr: 'jXGSVGdjE9APpiG1', signature: 'a078c42ed10f84fb148be2b5184674200a8f16d7', 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\u65b0\u533b\u6539\u80cc\u666f\u4e0b\u516c\u7acb\u533b\u9662\u4eba\u6587\u79d1\u5ba4\u5efa\u8bbe\u7684\u63a2\u7d22\u53ca\u5b9e\u8df5","smalltext":"\u6458\u8981\uff1a\u533b\u9662\u4eba\u6587\u79d1\u5ba4\u4ee5\u4eba\u6587\u5173\u6000\u4e3a\u4e3b\u8981\u7ba1\u7406\u624b\u6bb5\uff0c\u4e3a\u60a3\u8005\u63d0\u4f9b\u4eba\u6027\u5316\u670d\u52a1\uff0c\u4e3a\u804c\u5de5\u63d0\u4f9b\u4eba\u6027\u5316\u7ba1\u7406\u7684\u90e8\u95e8\u3002\u901a\u8fc7\u533b\u9662\u6587\u5316\u7684\u57f9\u80b2\u548c\u6587\u5316\u7ba1\u7406\u6a21\u5f0f\u7684\u63a8\u5e7f\uff0c\u5728\u804c\u5de5\u4e2d\u5f62\u6210\u4e00\u81f4\u7684\u6838\u5fc3\u4ef7\u503c\u89c2\u548c\u884c\u4e3a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6561"}; 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 () { } }); }); }