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=4288&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: 1744970068, nonceStr: 'Axwq0U4Ti06yZGEE', signature: 'd89a61d923f3b7a6234d80e47c86a3c686380acb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u4e1c\u533b\u79d1\u5927\u5b66\u987a\u5fb7\u5987\u5973\u513f\u7ae5\u533b\u9662\u5362\u654f\uff1a\u5fc3\u4e2d\u6709\u5149 \u4f55\u60e7\u8def\u957f","smalltext":"\u6709\u4eba\u95ee\uff0c\u68a6\u60f3\u662f\u4ec0\u4e48\uff1f\u6211\u60f3\uff0c\u53ea\u8981\u5fc3\u4e2d\u6709\u5149\uff0c\u90a3\u4fbf\u662f\u68a6\u60f3\u7684\u5730\u65b9\u3002\u65e9\u5728\u5341\u51e0\u5e74\u524d\uff0c\u5c31\u8033\u95fb\u6562\u8bf4\u6562\u505a\u7684\u533b\u754c\u5927\u5496\u5e86\u54e5\u4e4b\u540d\uff0c\u5bf9\u4ed6\u9488\u782d\u65f6\u5f0a\u7684\u7b14\u98ce\u3001\u5b09\u7b11\u6012\u9a82\u7684\u6027\u60c5\u3001\u4e0d\u82df\u4e16\u4fd7\u7684\u6d12\u8131\u3001\u6734\u5b9e\u5e7d\u9ed8\u7684\u8c08\u5410","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4288"}; 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 () { } }); }); }