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=2413&classid=10&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: 1716070180, nonceStr: 'w3JsBOKmJe3EZyiJ', signature: '54f4fb195b8bae389decce0870f3f421bcbc6f8d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\uff1a\u4ece6\u4e2a\u8def\u5f84\u5165\u624b\uff0c\u52a0\u5f3a\u4eba\u6587\u533b\u9662\u5efa\u8bbe","smalltext":"\u6e56\u5317\u6c5f\u6c49\u6cb9\u7530\u603b\u533b\u9662\u8ba4\u771f\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u65b0\u65f6\u4ee3\u4e2d\u56fd\u7279\u8272\u793e\u4f1a\u4e3b\u4e49\u601d\u60f3\uff0c\u4e0d\u65ad\u52a0\u5f3a\u4eba\u6587\u533b\u9662\u5efa\u8bbe\uff0c\u6ce8\u91cd\u533b\u9662\u6587\u5316\u7684\u529f\u80fd\uff0c\u6f5c\u79fb\u9ed8\u5316\u5730\u5f15\u5bfc\u804c\u5de5\u5c06\u4e2a\u4eba\u7684\u7406\u60f3\u548c\u76ee\u6807\u3001\u4e0e\u533b\u9662\u5171\u540c\u7684\u4fe1\u5ff5\u548c\u76ee\u6807\u6709\u673a","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2413"}; 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 () { } }); }); }