h5/pages/applicationRecord/applicationRecord.vue
@@ -103,13 +103,21 @@ } } }, onLoad() { this.getList() onShow() { this.pagination.page = 0 this.list = [] this.getList() }, onReachBottom() { if (this.total > 10) { this.getList() } const { total, list } = this if (list.length < total) { this.getList() } else { this.showToast('暂无更多数据') } }, methods: { handleDetail(id) {