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;