diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 96507be..69a1317 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -92,6 +92,7 @@ GOFLY.showKefuBtn=function(){ GOFLY.addClickEvent=function(){ var _this=this; $(".launchButton").on("click",function() { + _this.GOFLY_AUTO_SHOW=true; _this.showKefu(); $("#launchIcon").text(0).hide(); });