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=1373&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: 1714626364, nonceStr: 'NiBQmMkW1bmbrxme', signature: 'c60f3254629772f10daed4884521f8655a35cfe8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u5949\u8d24\u533a\u4e2d\u5fc3\u533b\u9662: \u56e0\u4e3a\u4e00\u7fa4\u4eba \u7231\u4e0a\u4e00\u5ea7\u57ce","smalltext":"\u90fd\u8bf4\u5c71\u4e1c\u4eba\u604b\u5bb6\uff0c\u4e0d\u8981\u8bf4\u51fa\u7701\u4e86\uff0c\u5c31\u662f\u51fa\u4e2a\u4e61\uff0c\u4e5f\u8981\u56de\u671b\u4e24\u773c\u3002\u800c\u6765\u81ea\u5c71\u4e1c\u7684\u8001\u5218\u5374\u8bf4\uff0c\u4ed6\u8981\u624e\u6839\u4e0a\u6d77\u5949\u8d24\u4e0d\u8d70\u4e86\u3002\u662f\u4ec0\u4e48\u8ba9\u8fd9\u4e2a82\u5c81\u7684\u5c71\u4e1c\u8001\u4eba\uff0c\u5bf9\u8fd9\u4e2a\u4e0a\u6d77\u8fdc\u90ca\u7684\u5c0f\u57ce\u5982\u6b64\u7737\u604b\u5462\uff1f\u8bdd\u8fd8\u8981\u4ece\u5934","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1373"}; 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 () { } }); }); }