yangc 7 жил өмнө
parent
commit
37f1716499

+ 1 - 1
components/home/floor/FloorBar.vue

@@ -52,7 +52,7 @@
           for (let i = 0; i < listHeight.length; i++) {
             let height1 = listHeight[i]
             // let height2 = listHeight[i + 1]
-            console.log(height1, _scrollHeight)
+//            console.log(height1, _scrollHeight)
             if (_scrollHeight >= height1) this.activeFloor = i
             // if (_scrollHeight >= height1 && _scrollHeight < height2) {
             //   this.activeFloor = i