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