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=1705&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: 1714910432, nonceStr: 'ezwx0JFV4xTAuha4', signature: '09e154913ad3943f43518b2a07c19910d7e82463', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u95fd\u4e1c\u533b\u9662\uff1a\u9632\u62a4\u670d\u4e0d\u900f\u6c14\uff0cN95\u53e3\u7f69\u4e45\u6234\u618b\u6c14 \u4ecd\u6218\u201c\u75ab\u201d\u5230\u5e95","smalltext":"1\u670831\u65e5\uff0c\u8eab\u7740\u5bc6\u4e0d\u900f\u98ce\u7684\u9632\u62a4\u670d\uff0c\u53e3\u6234N95\u53e3\u7f69\uff0c\u5168\u526f\u6b66\u88c5\u7684\u95fd\u4e1c\u533b\u9662\u9694\u79bb\u75c5\u623f\u62a4\u58eb\u5728\u62a4\u7406\u60a3\u8005\u65f6\uff0c\u8ddf\u5728\u666e\u901a\u75c5\u623f\u4e0a\u73ed\u76f8\u6bd4\u8d77\u6765\uff0c\u52a8\u4f5c\u53d8\u5f97\u6709\u70b9\u8fdf\u7f13\u7b28\u62d9\u3002\u539f\u672c\u53ea\u9700\u89812\u5206\u949f\u5de6\u53f3\u5c31\u80fd\u641e\u5b9a\u7684\u62bd\u8840\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1705"}; 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 () { } }); }); }