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=4323&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: 1744970016, nonceStr: 'Mg9YMX1kXRX4jTdJ', signature: '6cbdbc2f9a00ef00d8db77365bfaa6a91abc751e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u534e\u5c71\u533b\u9662\u6c88\u654f\u938f\uff1a\u7231\u805a\u84c9\u57ce\uff0c\u4f20\u533b\u5b66\u4eba\u6587\u8424\u706b","smalltext":"\u56db\u6708\u672b\uff0c\u8349\u957f\u83ba\u98de\u7684\u65e5\u5b50\u91cc\uff0c\u6211\u4eec\u6765\u5230\u4e86\u6210\u90fd\uff0c\u5728\u8fd9\u91cc\u53c2\u52a0\u7b2c\u4e8c\u5c4a\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5927\u8d5b\u3002\u521d\u6b21\u53c2\u8d5b\u7684\u5fd0\u5fd1\u5fc3\u60c5\u548c\u7a7a\u6c14\u4e2d\u5df4\u9002\u7684\u5ddd\u5473\u78b0\u649e\u51fa\u65b0\u5947\u53c8\u6fc0\u52a8\u7684\u5947\u5999\u60c5\u7eea\u3002\u6211\u4eec\u53c2\u8d5b\u7684\u4f5c\u54c1\u662f\u300a\u767d\u5a18","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4323"}; 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 () { } }); }); }