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

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

diff --git a/views/index.html b/views/index.html
index 157092f..0450705 100644
--- a/views/index.html
+++ b/views/index.html
@@ -28,7 +28,7 @@
 
 <!-- 鎺у埗闈㈡澘 -->
 <div id="sidebar">
-    <button id="sidebar-btn" onclick="sidebar()">闅愯棌</button>
+    <button id="sidebar-btn" onclick="sidebar()">灞曠ず</button>
     <div class="sidebar-contain" >
         <div class="sidebar-header">
             <div class="t">涓壃绔嬪簱</div>
@@ -247,7 +247,7 @@
     }, 1);
 
     $(document).on('click','.btn-word', function () {
-        fullScreen()
+        fullScreen();
         $("#mask").fadeOut(1, function () {  // 3000
             $("#menu").addClass("show");
             setTimeout(function () {
@@ -256,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