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=4994&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: 1744318030, nonceStr: '94Nnh9HMH5rlh9au', signature: 'aa63239e0513e5160b96b8459ac4476c6215c066', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u592b\u59bb\u4e89\u5435\uff0c\u59bb\u5b50\u62ff\u526a\u5200\u8bef\u4f24\u4e08\u592b\u9888\u90e8\u4e09\u6761\u8840\u7ba1","smalltext":" 9\u670828\u65e5\u665a8\u65f6\u8bb8\uff0c\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u5730\u89d2\u4e00\u5bf9\u5e74\u8f7b\u592b\u59bb\u56e0\u5bb6\u5ead\u7410\u4e8b\u4e89\u5435\uff0c\u6b63\u5728\u6c14\u5934\u4e0a\u7684\u59bb\u5b50\u62ff\u8d77\u4e00\u628a\u5bb6\u7528\u526a\u5200\uff0c\u60f3\u5413\u552c\u4e00\u4e0b\u4e08\u592b\u3002\u201c\u6211\u62ff\u7740\u526a\u5200\u5f80\u95e8\u5916\u8d70\uff0c\u4ed6\u4ece\u95e8\u5916\u5f80\u91cc\u8d70\uff0c\u4e24\u4eba\u4e00\u4e0b\u5c31\u649e\u4e0a\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4994"}; 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 () { } }); }); }