jiangping
2023-10-16 d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9
minipro_standard/uni_modules/uview-ui/components/u-list-item/u-list-item.vue
@@ -49,9 +49,9 @@
            const preLoadScreen = this.uList.preLoadScreen
            const windowHeight = this.sys.windowHeight
            if(n <= windowHeight * preLoadScreen) {
               this.parent.updateOffsetFromChild(0)
               // this.parent.updateOffsetFromChild(0)
            } else if (this.rect.top <= n - windowHeight * preLoadScreen) {
               this.parent.updateOffsetFromChild(this.rect.top)
               // this.parent.updateOffsetFromChild(this.rect.top)
            }
         }
         // #endif