ll
liukangdong
2025-01-24 52c15f14c6a71dda31780ad92e6cbe881a6a635a
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) {