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=6733&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: 1746136050, nonceStr: 'mX1Jn5GSHvWGms6g', signature: '72eec43ccd8cad6a24b28062fe8c3757da81c0b2', 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\u9662\u7ba1\u7406\u4e2d\u7684\u4eba\u6587\u5173\u6000\uff1a\u63a2\u7d22\u533b\u62a4\u4eba\u5458\u7684\u5173\u6000\u4e4b\u8def","smalltext":"\u6458\u8981\uff1a\u533b\u62a4\u4eba\u5458\u4f5c\u4e3a\u533b\u7597\u4e8b\u4e1a\u7684\u4e2d\u575a\u529b\u91cf\uff0c\u5173\u4e4e\u7740\u4eba\u6c11\u7684\u5065\u5eb7\u53ca\u533b\u5b66\u7684\u53d1\u5c55\u3002\u800c\u9ad8\u8d1f\u8377\u7684\u5de5\u4f5c\u91cf\u53ca\u7cbe\u795e\u538b\u529b\uff0c\u5bb9\u6613\u5bfc\u81f4\u533b\u62a4\u4eba\u5458\u7684\u5e78\u798f\u611f\u964d\u4f4e\u4e0e\u804c\u4e1a\u5026\u6020\u3002\u533b\u9662\u5728\u91cd\u89c6\u5bf9\u60a3\u8005\u5c3d\u5230\u4eba\u6587\u5173\u6000\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6733"}; 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 () { } }); }); }