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