WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-03-18 81a735caa69952bc24e0fa3e08549974dc11ff21
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() {