plugins/infiniteScroll/CInfiniteScroll.vue
@@ -299,14 +299,18 @@ this.hanldeLoadMore(); }, // 刷新加载 $refresh() { $refresh(autoStart) { Taro.pageScrollTo({ selector: '#' + this.elmId, scrollTop: 0, }); this.ending = false; this.current = 0; this.hanldeLoadMore(); if (autoStart === 'off') { this.inital = false; } else { this.hanldeLoadMore(); } }, }, mounted() {