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=3911&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: 1714614848, nonceStr: 'CaFiGBH7QlWdNM3e', signature: '0d0f8acc377507389b05eddb70474735bdff5701', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9690\u5f62\u5929\u4f7f\u2014\u6838\u9178\u68c0\u6d4b\u7ebf\u4e0a\u7684\u6218\u58eb\u4eec","smalltext":"\u5bf9\u4e8e\u666e\u901a\u4eba\u6765\u8bf4\uff0c2020\u5e74\u521d\u7684\u65b0\u51a0\u75ab\u60c5\u5df2\u7ecf\u53d8\u5f97\u9065\u8fdc\uff0c\u90a3\u4e9b\u767d\u8863\u6267\u7532\u3001\u9006\u98ce\u800c\u884c\u7684\u52c7\u58eb\u90fd\u5370\u523b\u5728\u8fc7\u53bb\u7684\u65f6\u95f4\u957f\u6cb3\u91cc\u3002\u7136\u800c\u5728\u4e2d\u5fc3\u533b\u9662\u7684\u6838\u9178\u68c0\u6d4b\u5ba4\u3001\u6838\u9178\u91c7\u6837\u5ba4\u3001\u53d1\u70ed\u60a3\u8005\u9884\u68c0\u5206\u8bca\u5904\u3001\u53d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3911"}; 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 () { } }); }); }