k94314517
2023-09-05 fa2f172812de8344fa22c4ef088ea2a67257a0d3
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