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=5114&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: 1716231058, nonceStr: '4no7Y0E160vkBhgX', signature: '57acf709a646184796a425b9ec7f153db9938d7d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u8fdb\u4fee\u5f52\u6765\u4e0a\u6d77\u60a3\u8005\u5bc4\u6765\u9526\u65d7\u611f\u8c22","smalltext":"\u8fd1\u65e5\uff0c\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u6536\u5230\u4e00\u5c01\u6765\u81ea\u4e0a\u6d77\u5e02\u6c11\u5b8b\u5973\u58eb\u7684\u611f\u8c22\u4fe1\u3002\u201c\u51b7\u533b\u751f\u662f\u6211\u5eb7\u590d\u8def\u4e0a\u7684\u8d35\u4eba\uff0c\u6211\u6000\u7740\u611f\u6fc0\u3001\u611f\u8c22\u3001\u611f\u6069\u4e4b\u60c5\u5199\u4e86\u8fd9\u5c01\u611f\u8c22\u4fe1\uff0c\u611f\u8c22\u533b\u9662\u57f9\u517b\u51fa\u4e86\u4e00\u4f4d\u533b\u672f\u7cbe\u6e5b\u3001\u533b\u5fb7\u9ad8\u5c1a\u7684\u597d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5114"}; 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 () { } }); }); }