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=1762&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: 1749462607, nonceStr: 'k0uM3sG0TqJIRjJb', signature: '427daaceb887b0f53364eeaabaf146d53726660d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u6df1\u591c\u7a7f\u68ad\u5728\u533b\u9662\u7684\u6700\u7f8e\u68c0\u9a8c\u4eba","smalltext":"\u516c\u51432020\u5e74\uff0c\u5e9a\u5b50\u9f20\u5e74\uff0c\u5728\u4e2d\u56fd\u8fce\u6765\u6bcf\u5e74\u7684\u6700\u5927\u8282\u65e5\u201c\u6625\u8282\u201d\u4e4b\u9645\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\u201c\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u7684\u80ba\u708e\u201d\u8ba9\u4eba\u4eec\u7684\u559c\u60a6\u5fc3\u60c5\u6c89\u5bc2\u4e0b\u6765\u3002\u68c0\u9a8c\u79d1\u4e3a\u4e86\u6253\u8d62\u8fd9\u573a\u75ab\u60c5\u963b\u51fb\u6218\uff0c\u7ed9\u4e34\u5e8a\u63d0","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1762"}; 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 () { } }); }); }