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=3566&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: 1714879789, nonceStr: 'a0dGYf9aYvlWEwRM', signature: 'b20e2c5b582d3aae9ce18bcdbc47aa552072396f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u6297\u65b0\u51a0\uff0c\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u53c8\u7acb\u8d6b\u8d6b\u6218\u529f","smalltext":"\u7b2c\u56db\u6279\u56fd\u5bb6\u4e2d\u533b\u533b\u7597\u961f\u6df1\u5733\u5206\u961f\u961f\u957f\u3001\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u5218\u79b9\u7fd4\u4e3b\u4efb\u533b\u5e08\u5728\u6b66\u6c49\u96f7\u795e\u5c71\u533b\u9662\u8fd0\u7528\u9488\u7078\u4e3a\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u6539\u5584\u6c14\u4fc3\u3001\u80f8\u95f7\u7b49\u75c7\u72b6\u3002 17\u5e74\u524d\uff0c\u5728\u6297SARS\u4e2d\uff0c\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u58f0\u540d\u9e4a\u8d77\uff0c\u4e3a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3566"}; 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 () { } }); }); }