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=4760&classid=11&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: 1715922302, nonceStr: 'iQqJaZRIwmzyIsVG', signature: '7703bc267f08f7a0df76b230a8fc9ebe08fec6bc', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u6025\u6551\u6307\u6325\u4e2d\u5fc3-\u6210\u90fd\u5e02\u201c\u6551\u5728\u8eab\u8fb9\u201d\u5fd7\u613f\u670d\u52a1\u961f","smalltext":"\u636e\u4e0d\u5b8c\u5168\u7edf\u8ba1\uff0c\u6211\u56fd\u6bcf\u5e74\u5fc3\u810f\u9aa4\u505c\u53d1\u75c5\u4eba\u6570\u8d85\u8fc754\u4e07\uff0c\u76f8\u5f53\u4e8e\u6bcf\u5206\u949f\u7ea6\u67091\u4eba\u53d1\u751f\u5fc3\u810f\u9aa4\u505c\uff0c\u4e14\u8d85\u8fc790%\u7684\u75c5\u4f8b\u53d1\u751f\u5728\u9662\u5916\u516c\u5171\u573a\u6240\u548c\u60a3\u8005\u5bb6\u4e2d\u3002\u7531\u4e8e\u6211\u56fd\u6025\u6551\u77e5\u8bc6\u4e0e\u6280\u80fd\u57f9\u8bad\u666e\u53ca\u7387\u4e0d\u8db31%\uff0c\u73b0","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4760"}; 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 () { } }); }); }