From 8100af1a8cf77fff5781005ba8dcbdbd2a07cbcc Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 23 十二月 2021 14:44:56 +0800
Subject: [PATCH] #

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

diff --git a/views/index.html b/views/index.html
index 8f9c569..ebc3b86 100644
--- a/views/index.html
+++ b/views/index.html
@@ -80,6 +80,9 @@
     <li id="menu-t">
         <div><div>淇�</div></div>
     </li>
+    <li id="menu-b">
+        <div><div>杩�</div></div>
+    </li>
 </ul>
 
 
@@ -98,7 +101,6 @@
     document.getElementById("btn-lock").addEventListener('click', function () {
         player.lockControl();
         removeClass(document.getElementById("ship-info-btn"), "show");
-        removeClass(document.getElementById("title-box"), "show");
         document.getElementById("ship-type-ul").style.transform = 'translateY(-60px)';
     }, false);
 
@@ -112,6 +114,10 @@
 
     document.getElementById("menu-t").addEventListener('click', function () {
         player.verticalView();
+    }, false);
+
+    document.getElementById("menu-b").addEventListener('click', function () {
+        player.backlView();
     }, false);
 </script>
 <script>
@@ -142,7 +148,10 @@
                 $("#ship-info-btn").data("type", 2).addClass("show");
                 $("#ship-info-btn #btn-lock").css("z-index", "10");
                 $("#menu li").css("transition", "all 200ms !important");
-            }, 3000);   // 1000
+                setTimeout(function () {
+                    removeClass(document.getElementById("title-box"), "show");
+                }, 10000);
+            }, 1000);   // 1000
         });
         $("#title-box, #logo").addClass("show");
         $("#ship-info-btn").removeClass("show");

--
Gitblit v1.9.1