From 54ba1ac4aa3934667967dd1fda6de5033c9f7275 Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Wed, 24 Mar 2021 14:18:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 5effd37..eff6249 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -150,7 +150,7 @@ GOFLY.getNotice=function(){ _this.kefuAvator=res.result.avatar; _this.kefuName=res.result.username; _this.chatPageTitle+=""+res.result.username; - if(_this.GOFLY_AUTO_OPEN&&res.result.status=='online'&&_this.isIE()<=0){ + if(_this.GOFLY_AUTO_OPEN&&_this.isIE()<=0){ _this.showKefu(); $(".launchButtonBox").show(); _this.launchButtonFlag=false;