From e15ff81805b6658e035d1e6e7dc9c4892e721969 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 30 十二月 2021 16:47:05 +0800
Subject: [PATCH] #

---
 views/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/views/index.html b/views/index.html
index e82b28a..a56dff4 100644
--- a/views/index.html
+++ b/views/index.html
@@ -249,7 +249,6 @@
     $(document).on('click','.btn-word', function () {
         fullScreen();
         $("#mask").fadeOut(3000, function () {  // 3000
-            $('#sidebar-btn').show();
             $("#menu").addClass("show");
             setTimeout(function () {
                 $("#ship-type-ul").css("transform", "translateY(-40px)");
@@ -257,6 +256,7 @@
                     $("#ship-info-btn .btn-word").text("浣撻獙璋冨害涓栫晫");
                     $("#ship-info-btn").data("type", 2).addClass("show");
                     $("#ship-info-btn #btn-lock").css("z-index", "10");
+                    $('#sidebar-btn').show();
                 }
                 $("#menu li").css("transition", "all 200ms !important");
                 setTimeout(function () {

--
Gitblit v1.9.1