|
|
@@ -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
|