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=6538&classid=14&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: 1716221665, nonceStr: 'fdpnIb06KZc3XClp', signature: 'b0f8bd9723b496dae2df0e43e3a62d2afd95d838', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u539a\u690d\u6587\u5316\u6839\u57fa \u6253\u9020\u201c\u4e09\u5fc3\u201d\u7279\u8272","smalltext":"\u4e2d\u56fd\u4f20\u7edf\u201c\u5bb6\u201d\u6587\u5316\u6e90\u8fdc\u6d41\u957f\uff0c\u5728\u533b\u9662\u4e2d\u6784\u5efa\u201c\u5bb6\u6587\u5316\u201d,\u53ef\u4ee5\u8ba9\u533b\u9662\u6709\u6e29\u5ea6,\u5458\u5de5\u6709\u5f52\u5bbf\u3002\u4f5c\u4e3a\u5168\u56fd\u6587\u660e\u5355\u4f4d\uff0c\u4e0a\u6d77\u5e02\u6d66\u4e1c\u65b0\u533a\u516c\u5229\u533b\u9662\u81f4\u529b\u4e8e\u6784\u5efa\u201c\u5bb6\u6587\u5316\u201d\uff0c\u4f20\u9012\u5f85\u60a3\u5982\u5bb6\uff0c\u7231\u9662\u5982\u5bb6\u7684\u6587","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6538"}; 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 () { } }); }); }