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=2666&classid=13&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: 1715853396, nonceStr: 't8CkGYpn9VzDEYwA', signature: '4c68337c0192b2e89eb1bcaf202d34a981d14d11', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u5ba3\u4f20\u56e2\u961f\uff1a\u7528\u7231\u4e0e\u8d23\u4efb\u7b51\u8d77\u54c1\u724c\u4f20\u64ad\u7684\u529b\u91cf","smalltext":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u5ba3\u4f20\u56e2\u961f\u75318\u540d\u671d\u6c14\u84ec\u52c3\u7684\u6210\u5458\u7ec4\u6210\uff0c\u4ed6\u4eec\u6570\u5341\u5e74\u5982\u4e00\u65e5\uff0c\u7528\u7231\u548c\u8d23\u4efb\u5c55\u73b0\u751f\u6b7b\u6218\u573a\u4e0a\u7684\u533b\u8005\u60c5\u6000\u548c\u751f\u547d\u6545\u4e8b\uff0c\u8ba9\u54c1\u724c\u4f20\u64ad\u7684\u529b\u91cf\u64ad\u6492\u5230\u793e\u4f1a\u7684\u6bcf\u4e00\u4e2a\u89d2\u843d\u3002 \u4ed6\u4eec\u6316\u6398\u5178\u578b","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2666"}; 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 () { } }); }); }