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