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=4513&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: 1715889167, nonceStr: '3GL2ZkTBQkOZbeMf', signature: '0dea28d4066d88733e075fd87d9b97e9b46592b6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6816\u971e\u5e02\u4eba\u6c11\u533b\u9662-24\u5929\u5403\u4f4f\u5728\u9694\u79bb\u75c5\u623f\u7684\u5b88\u62a4\u8005","smalltext":"\u4e2a\u5b50\u4e0d\u9ad8\uff0c\u8eab\u7a7f\u539a\u5b9e\u7684\u767d\u8272\u9632\u62a4\u670d\uff0c\u9762\u6234N95\u53e3\u7f69\u3001\u62a4\u76ee\u955c\u3001\u9632\u62a4\u5e3d\uff0c\u4e00\u523b\u4e0d\u505c\u7684\u7a7f\u68ad\u5fd9\u788c\u5728\u75c5\u533a\u91cc\uff0c\u6280\u672f\u5a34\u719f\u4e13\u4e1a\uff0c\u6001\u5ea6\u6e29\u548c\u8c26\u5351\uff0c\u4ed6\u5c31\u662f\u6816\u971e\u5e02\u4eba\u6c11\u533b\u9662\u611f\u67d3\u6027\u75be\u75c5\u79d1\u4e3b\u4efb\u8d75\u4e91\u5bbd\u3002\u8d75\u4e91\u5bbd\uff0c1963","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4513"}; 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 () { } }); }); }