From 804ab6b65fd396e8cde3fd5ad0999ee593496476 Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期一, 08 八月 2022 22:06:20 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/hylywcs' into hylywcs

---
 src/main/webapp/static/js/console.js |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/static/js/console.js b/src/main/webapp/static/js/console.js
index eea1df2..34af77e 100644
--- a/src/main/webapp/static/js/console.js
+++ b/src/main/webapp/static/js/console.js
@@ -97,7 +97,6 @@
         var position = (i+1)*100
         floorBtn =
             "<button class='floorBtn btn-16' onclick='changFloor("+i+")' style='top: "+position+"px;'>" + floor +"</button>"
-        console.log(mapInfo.areas[0].floors.length)
         if (mapInfo.areas[0].floors.length == 1) {
             floorBtnss = ''
         } else {
@@ -137,7 +136,7 @@
 
     $(".main-part").append(floorInfo)
     $("#line-total").html(total[0])
-    listenChange();
+    // listenChange();
 
 }
 function changFloor(e) {
@@ -146,5 +145,5 @@
     $(".main-part").append(floorInfo)
     $("#line-total").empty()
     $("#line-total").html(total[e])
-    listenChange();
+    // listenChange();
 }
\ No newline at end of file

--
Gitblit v1.9.1