jiangping
2025-03-05 d65e6f9c8cb7c9218801318f8cdd1a1e3a2f2408
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) {