WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-03-31 db8dce39ed0f314551d0f65a1a99f6ce2407ecaa
plugins/infiniteScroll/CInfiniteScroll.vue
@@ -70,7 +70,13 @@
            type: Boolean,
            default: false,
        },
        // 加载页面回调
        // 发起加载页面数据回调
        //   参数 {
        //     current: 当前页页码,
        //     next: 需要到达的页面页码,
        //     success: 当加载成功后页面调用, 回传参数 { pageTotal: 当前翻页总页数 }
        //     fail: 加载失败后页面调用
        //   }
        onLoadMore: Function,
    },
    data() {