plugins/infiniteScroll/CInfiniteScroll.vue @@ -292,7 +292,9 @@ mounted() { // 开启自动初始化 if (this.autoInit) { this.hanldeLoadMore(); setTimeout(() => { this.hanldeLoadMore(); }, 200); } }, };