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