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=1709&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: 1714915376, nonceStr: 'ZuQi9sOoj5uhG2DJ', signature: '893fd7307f10ae0e1be881bc66ee274f86eae6ed', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662:\u4e3a\u4e86\u8c01--\u732e\u7ed9\u594b\u6218\u5728\u75ab\u60c5\u6218\u573a\u4e0a\u7684\u767d\u8863\u6218\u58eb","smalltext":"\u6ca1\u6709\u6218\u888d\u52a0\u8eab\u4e5f\u6ca1\u6709\u94a2\u67aa\u5728\u624b\u6ca1\u6709\u6218\u573a\u53ae\u6740\u4e5f\u6ca1\u6709\u70ae\u58f0\u8f70\u9686\u5e73\u65f6\u4ed6\u4eec\u662f\u767d\u8863\u5929\u4f7f\u5982\u4eca\u4ed6\u4eec\u53d8\u8eab\u4e3a\u767d\u8863\u6218\u58eb \u6211\u4eec\u77e5\u9053\u4ed6\u4eec\u662f\u8c01\u6211\u4eec\u66f4\u77e5\u9053\u4ed6\u4eec\u662f\u4e3a\u4e86\u8c01\u4e3a\u4e86\u8c01\u4ed6\u4eec\u80cc\u8d1f\u6297\u51fb\u75ab\u60c5\u7684\u91cd\u4efb","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1709"}; 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 () { } }); }); }