Mr.Zhang
2023-09-13 604f2f28cd31c21da55aa270782b2b570e5a72c6
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