From 9504f5b3aebe49f745d46f762454a57b6ce4a4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=A3=AB=E6=B6=B5?= <630892807@qq.com> Date: Mon, 1 Mar 2021 22:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E5=BC=B9=E5=87=BA=E5=B9=B6?= =?UTF-8?q?=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/gofly-front.css | 3 +++ static/html/index.html | 5 +++-- static/js/gofly-front.js | 2 ++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/static/css/gofly-front.css b/static/css/gofly-front.css index 9c687ef..f39e564 100644 --- a/static/css/gofly-front.css +++ b/static/css/gofly-front.css @@ -127,6 +127,9 @@ line-height: 30px; cursor: pointer; } +#layui-layer1{ + display: none; +} @-webkit-keyframes bounce-up { 25% {-webkit-transform: translateY(4px);} 50%, 100% {-webkit-transform: translateY(0);} diff --git a/static/html/index.html b/static/html/index.html index 611cdd4..1ed089b 100644 --- a/static/html/index.html +++ b/static/html/index.html @@ -19,13 +19,14 @@ - + diff --git a/static/js/gofly-front.js b/static/js/gofly-front.js index 270fb36..39f713d 100644 --- a/static/js/gofly-front.js +++ b/static/js/gofly-front.js @@ -112,6 +112,8 @@ GOFLY.clickBtn=function (){ }); if(this.GOFLY_AUTO_OPEN){ _this.showKefu(); + $(".launchButtonBox").show(); + this.launchButtonFlag=false; } $("body").on("click","#launchNoticeClose",function() { $("#launchButtonNotice").hide();