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=3250&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: 1745151179, nonceStr: 'SPsYDV4B6kSqHODw', signature: 'b536c89c9e81b7820b5ac593ac6b4f5a4c07946f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\uff1a\u75ab\u60c5\u6765\u4e86\uff0c\u6211\u4eec\u9009\u62e9\u52c7\u6562","smalltext":"\u968f\u7740\u75ab\u60c5\u9010\u6b65\u597d\u8f6c\uff0c\u6b66\u6c49\u6700\u8270\u96be\u7684\u65f6\u523b\u5df2\u7ecf\u8fc7\u53bb\u3002\u53c8\u662f\u4e00\u4e2a\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u6b66\u6c49\u5927\u5b66\u4e2d\u5357\u533b\u9662\u56db\u4f4d\u751f\u4e8e\u4e0d\u540c\u5e74\u4ee3\u7684\u767d\u8863\u5929\u4f7f\u56de\u987e\u6218\u201c\u75ab\u201d\u4e4b\u8def\uff0c\u62ab\u9732\u4eba\u751f\u611f\u609f\u3002\u8fd9\u6b21\u75ab\u60c5\u8ba9\u6211\u4eec\u5931\u53bb\u5f88\u591a\uff0c\u4e5f\u8ba9\u6211","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3250"}; 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 () { } }); }); }