From 1bca763ee1fd55c6136557ac399c1a55672ecb72 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期五, 31 十二月 2021 10:26:59 +0800
Subject: [PATCH] #

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

diff --git a/views/index.html b/views/index.html
index 814c289..91c2d41 100644
--- a/views/index.html
+++ b/views/index.html
@@ -23,6 +23,7 @@
     <script type="text/javascript" src="../static/js/object/Route.js"></script>
     <script type="text/javascript" src="../static/js/object/CrnTask.js"></script>
     <script type="text/javascript" src="../static/js/object/Floor.js"></script>
+    <script type="text/javascript" src="../static/js/object/ObjectSelect.js"></script>
 </head>
 <body>
 
@@ -249,7 +250,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 +257,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