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=4277&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: 1744969532, nonceStr: 'RENC4ow5KkuIDYXv', signature: '1e3372f1f58ef5957fa3f5575583741f3d56b4ab', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u591a\u5b66\u79d1\u201c\u4eae\u5251\u201d \u4fee\u8865\u201c\u7834\u201d\u5fc3\u810f","smalltext":"4\u67085\u65e520\u65f631\u5206\uff0c\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u6025\u8bca\u79d1\u7d27\u6025\u63a5\u8bca\u4e00\u540d\u5fc3\u810f\u5200\u4f24\u91cd\u75c7\u60a3\u8005\u3002\u4f5c\u4e3a\u8eab\u4f53\u7684\u53d1\u52a8\u673a\uff0c\u5fc3\u810f\u6781\u5176\u5a07\u60ef\uff0c\u5373\u4f7f\u5f88\u5c0f\u7684\u4f24\u53e3\u5f80\u5f80\u4f1a\u56e0\u4e3a\u6765\u4e0d\u53ca\u6b62\u8840\uff0c\u800c\u8ba9\u4eba\u4e22\u6389\u6027\u547d\u5200\u523a\u4f24\u53ca\u5fc3\u810f\uff0c\u53ef\u8c13","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4277"}; 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 () { } }); }); }