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=6769&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: 1726513686, nonceStr: 'Y31eOSfegh2GSg5Y', signature: '0244f81498c96972da934b9bc9bea7ba5f928fe4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u7231\u5fc3\u4e49\u526a\u8fdb\u75c5\u623f \u8d34\u5fc3\u670d\u52a1\u6696\u4eba\u5fc3","smalltext":"\u6253\u6e7f\u5934\u53d1\uff0c\u88f9\u4e0a\u56f4\u5e03\uff0c\u526a\u5200\u5728\u5934\u53d1\u4e0a\u5feb\u901f\u98de\u821e\uff0c\u4e0d\u4e00\u4f1a\u513f\u4e00\u4e2a\u6e05\u723d\u5229\u843d\u7684\u53d1\u578b\u4fbf\u5448\u73b0\u51fa\u6765\u3002\u8fd9\u4e00\u5e55\u53d1\u751f\u5728\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u4f4f\u9662\u75c5\u623f\uff0c\u62c5\u4efb\u201c\u7406\u53d1\u5e08\u201d\u7684\u662f\u533b\u9662\u603b\u52a1\u79d1\u7531\u4fdd\u6d01\u963f\u59e8\u7ec4\u6210\u7684\u5fd7\u613f\u8005\u5c0f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6769"}; 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 () { } }); }); }