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=5566&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: 1716009268, nonceStr: '8YiwxH1eOB4on1kj', signature: '6108048fe04e18ced925a290d3cd4f0be66246d8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u773c\u89c6\u5149\u773c\u79d1\u533b\u9662\uff1a\u559c\u8fce\u4e09\u516b\u8282 \u81f4\u656c\u201c\u7c89\u7ea2\u529b\u91cf\u201d","smalltext":"\u559c\u8fce\u4e09\u516b\u8282 \u81f4\u656c\u7c89\u7ea2\u529b\u91cf\uff01\u6b66\u6c49\u773c\u89c6\u5149\u773c\u79d1\u533b\u96628\u4f4d\u5973\u795e\u60ca\u8273\u51fa\u955c\uff0c\r\n\u5206\u4eab\u5979\u4eec\u7684\u201c\u7c89\u7ea2\u8bed\u5f55\u201d\uff0c\u8ba9\u6211\u4eec\u4e00\u8d77\u611f\u53d7\u65b0\u65f6\u4ee3\u7684\u201c\u5979\u529b\u91cf\u201d\uff01\u2014\u2014\u5973\u4eba\uff0c\u4e0d\u88ab\u5b9a\u4e49\uff01","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5566"}; 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 () { } }); }); }