From 9ba10bdc528c3949e1cfd85b69917e8524a728be Mon Sep 17 00:00:00 2001 From: taoshihan1991 <630892807@qq.com> Date: Mon, 29 Mar 2021 17:35:15 +0800 Subject: [PATCH] =?UTF-8?q?js=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/js/gofly-front.js | 1 + 1 file changed, 1 insertion(+) 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(); });