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=1058&classid=4&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: 1715817497, nonceStr: 'DCMO1OPdbaOZSVT9', signature: '30ca54d202797eb87c7ac5e6e278cda793d00dcb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u53e3\u8154\u533b\u9662\u51af\u4e39\u4e39:\u5341\u5e74\u201c\u5fae\u7b11\u201d\u68a6\uff0c\u6df1\u690d\u6148\u5584\u201c\u82af\u201d","smalltext":"2019\u5e74\uff0c\u662f\u6211\u5728\u6e29\u5dde\u533b\u79d1\u5927\u5b66\u53e3\u8154\u533b\u5b66\u9662\u00b7\u9644\u5c5e\u53e3\u8154\u533b\u9662\u5de5\u4f5c\u7684\u7b2c\u5341\u4e2a\u5e74\u5934\uff0c\u4ed6\u89c1\u8bc1\u4e86\u6211\u4ece\u7a1a\u5ae9\u5230\u6210\u719f\uff0c\u800c\u6211\u4e5f\u4e0e\u4ed6\u5171\u540c\u8d70\u8fc7\u4e86\u5c06\u6148\u5584\u6587\u5316\u6df1\u5165\u4eba\u5fc3\u3001\u5185\u6db5\u4e8e\u6211\u4eec\u53e3\u8154\u4eba\u9aa8\u8840\u7684\u5341\u5e74\u3002\u90fd\u8bf4\u6587","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1058"}; 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 () { } }); }); }