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=6721&classid=14&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: 1715572027, nonceStr: 'QIJF6Y0JXhVBJCx3', signature: '465cde543fe9f595781ce642a07530873a3ce747', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u75c5\u623f\u91cc\u7684\u8003\u573a","smalltext":"\u6709\u4e00\u7fa4\u5b69\u5b50\uff0c\u4ed6\u4eec\u672c\u8be5\u5728\u6b22\u58f0\u7b11\u8bed\u4e2d\u5ea6\u8fc7\u65e0\u5fe7\u65e0\u8651\u7684\u7ae5\u5e74\uff0c\u4e0e\u540c\u5b66\u4eec\u4e00\u540c\u5728\u77e5\u8bc6\u7684\u6d77\u6d0b\u4e2d\u9068\u6e38\u3002\u7136\u800c\uff0c\u547d\u8fd0\u5374\u5bf9\u4ed6\u4eec\u5f00\u4e86\u4e00\u4e2a\u6b8b\u9177\u7684\u73a9\u7b11\uff0c\u65e0\u60c5\u7684\u75c5\u9b54\u6084\u7136\u964d\u4e34\u3002\u4eca\u5929\uff0c\u6211\u8981\u8bb2\u8ff0\u7684\uff0c\u6b63\u662f\u8fd9\u6837\u4e00\u4f4d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6721"}; 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 () { } }); }); }