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=2652&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: 1749210636, nonceStr: 'eMa95LgqxSWff37X', signature: 'd822a6663f6129f9808fabc9c7746039e9a7fe0e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u9644\u5c5e\u533b\u9662\u63f4\u9102\u533b\u7597\u961f\uff1a\u656c\u4e1a\u5949\u732e\uff0c\u52c7\u6562\u6218\u201c\u75ab\u201d","smalltext":"2020\u5e741\u670820\u65e5\u665a\uff0c\u968f\u7740\u949f\u5357\u5c71\u9662\u58eb\u5728\u592e\u89c6\u65b0\u95fb\u90d1\u91cd\u544a\u8bc9\u5168\u56fd\u4eba\u6c11\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\uff0c\u5177\u6709\u201c\u4eba\u4f20\u4eba\u201d\u7684\u5c5e\u6027\u540e\uff0c\u4e00\u573a\u6ca1\u6709\u785d\u70df\u7684\u201c\u6218\u75ab\u201d\u4e0d\u8bf7\u81ea\u6765\u3002\u515a\u4e2d\u592e\u3001\u56fd\u52a1\u9662\u9ad8\u5ea6\u91cd\u89c6\uff0c\u6b66\u6c49\u5c01","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2652"}; 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 () { } }); }); }