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=6610&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: 1730419899, nonceStr: 'AesJS7moLmQ0INWC', signature: '3d7546c35b10968dc597c42e00696024fb95223f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u533b\u8005\u4e0d\u4f1a\u72ec\u884c\uff0c\u975e\u6d32\u5927\u5730\u95ea\u8000\u201c\u8840\u9632\u5370\u8bb0\u201d","smalltext":"2023\u5e74\u662f\u4e2d\u56fd\u63f4\u5916\u533b\u7597\u961f\u6d3e\u906360\u5468\u5e74\uff0c\u662f\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u63d0\u51fa\u4e2d\u56fd\u533b\u7597\u961f\u7cbe\u795e10\u5468\u5e74\uff0c\u662f\u63d0\u51fa\u5171\u5efa\u201c\u4e00\u5e26\u4e00\u8def\u201d\u5021\u8bae\u768410\u5468\u5e74\u3002\u5728\u8fd9\u4e2a\u610f\u4e49\u975e\u51e1\u7684\u5e74\u5ea6\uff0c\u6765\u81ea\u6c5f\u82cf\u7701\u5e38\u5dde\u5e02\u75be\u75c5\u9884\u9632\u63a7\u5236\u4e2d\u5fc3\u7684","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6610"}; 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 () { } }); }); }