WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-12-02 a674755a4b5d0f70e115649f6ba7bd3247efbe95
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() {