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=1623&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: 1747189545, nonceStr: 'DLZep1mUPb9Z2XlW', signature: '2a6132ef92d62652cac68eb9e68418eafc812d45', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u201c\u53ea\u4e89\u671d\u5915\uff0c\u5171\u521b\u8f89\u714c\u201d2019\u5e74\u5ea6\u603b\u7ed3\u8868\u5f70\u5927\u4f1a\u66a82020\u5e74\u8fce\u6625\u665a\u4f1a","smalltext":"1\u670810\u65e5\u665a\uff0c\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u201c\u53ea\u4e89\u671d\u5915\uff0c\u5171\u521b\u8f89\u714c 2019\u5e74\u5ea6\u603b\u7ed3\u8868\u5f70\u5927\u4f1a\u66a82020\u5e74\u8fce\u6625\u665a\u4f1a\u201d\u9686\u91cd\u4e3e\u884c\u3002\u6b64\u6b21\u6d3b\u52a8\u7531\u9662\u5de5\u4f1a\u7cbe\u5fc3\u7b79\u529e\uff0c\u9662\u9886\u5bfc\u3001\u804c\u5de5\u4ee3\u8868\u3001\u53d7\u8868\u5f70\u7684\u96c6\u4f53\u548c\u4e2a\u4eba\u5171\u8ba1600\u4f59\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1623"}; 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 () { } }); }); }