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=999&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: 1749447652, nonceStr: 's1cJQ6Ek3SP00OKq', signature: 'f748d80a6559515c53052f08282e632724d69c33', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662:\u5f80\u540e\u4f59\u751f\u6e29\u6696\u4eba\u5fc3","smalltext":"\u5728\u548c\u5e73\u7684\u5e74\u4ee3\u505a\u5929\u4f7f\uff0c\u5728\u5371\u9669\u7684\u65f6\u5019\u662f\u6218\u58eb\uff0c\u4f60\u7528\u53cc\u624b\u51fb\u9000\u4e86\u75c5\u9b54\uff0c\u4f60\u7528\u6e29\u67d4\u91cd\u71c3\u5e0c\u671b\u2026\u2026\u6551\u6b7b\u6276\u4f24\uff0c\u4f60\u603b\u51b2\u7b2c\u4e00\uff0c\u60b2\u60af\u65e0\u79c1\uff0c\u62c5\u5f53\u5927\u4e49\u662f\u4f60\u2026\u2026\u6bcf\u4e00\u53e5\u8bdd\u90fd\u662f\u533b\u751f\u7684\u771f\u5b9e\u5199\u7167\uff0c\u4ed6\u4eec\u4e0e\u75c5\u4eba\u4e00\u8d77\u6218\u6597","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=999"}; 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 () { } }); }); }