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=5340&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: 1715298312, nonceStr: 'bjfhb9awbzWYBefL', signature: '8aa824c099606973438d69d2df4eb3413a55c5e7', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u9047\u89c1\u771f\u5584\u7f8e\u7684\u4f60\uff01\u97f6\u5987\u5e7c\u53ec\u5f00\u56fd\u9645\u62a4\u58eb\u8282\u5e86\u795d\u5927\u4f1a","smalltext":"\u4eca\u5e745\u670812\u65e5\u662f\u7b2c111\u4e2a\u56fd\u9645\u62a4\u58eb\u8282\u3002\u5f53\u5929\u4e0b\u5348\uff0c\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e3e\u529e\u4e86\u7b80\u5355\u53c8\u9686\u91cd\u76842022\u5e74\u56fd\u9645\u62a4\u58eb\u8282\u5e86\u795d\u8868\u5f70\u5927\u4f1a\u3002\u533b\u9662\u9886\u5bfc\u73ed\u5b50\u3001\u90e8\u5206\u804c\u80fd\u90e8\u95e8\u53ca\u79d1\u5ba4\u8d1f\u8d23\u4eba\u3001\u5168\u4f53\u62a4\u58eb\u957f\u3001\u83b7\u5956","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5340"}; 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 () { } }); }); }