diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 943462d..7d1295a 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -136,7 +136,7 @@ GOFLY.getNotice=function(){ },3000); } _this.chatPageTitle+=""+res.result.username; - if(_this.GOFLY_AUTO_OPEN){ + if(_this.GOFLY_AUTO_OPEN&&_this.isIE()<=0){ _this.showKefu(); $(".launchButtonBox").show(); _this.launchButtonFlag=false;