plugins/infiniteScroll/CInfiniteScroll.vue
@@ -70,7 +70,13 @@ type: Boolean, default: false, }, // 加载页面回调 // 发起加载页面数据回调 // 参数 { // current: 当前页页码, // next: 需要到达的页面页码, // success: 当加载成功后页面调用, 回传参数 { pageTotal: 当前翻页总页数 } // fail: 加载失败后页面调用 // } onLoadMore: Function, }, data() {