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=3114&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: 1745150169, nonceStr: 'fAgfenEbzUGVYfu7', signature: '69a02fc1b49cc5fa79d655a21fcb8b061df73fb3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u9632\u63a7\u5173\u6000\u4e24\u4e0d\u8bef \u751f\u65e5\u795d\u8d3a\u6696\u5fc3\u7a9d","smalltext":"\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u7684\u5929\u4f7f\u4eec\u8fc5\u75be\u8fdb\u5165\u201c\u6218\u65f6\u201d\u72b6\u6001\uff0c\u8fce\u96be\u800c\u4e0a\uff0c\u9006\u98ce\u800c\u884c\uff0c\u7528\u5b9e\u9645\u884c\u52a8\u6292\u5199\u4e86\u4e00\u66f2\u66f2\u6297\u75ab\u6218\u6b4c\u3002\u540c\u65f6\uff0c\u9662\u5de5\u4f1a\u6ca1\u6709\u5fd8\u8bb0\u8fd9\u7fa4\u9ed8\u9ed8\u5949\u732e\u5728\u6297\u75ab\u4e00\u7ebf\u7684\u5929\u4f7f\u4eec\uff0c\u505a\u5230\u201c\u9694","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3114"}; 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 () { } }); }); }