ll
liukangdong
2025-01-24 52c15f14c6a71dda31780ad92e6cbe881a6a635a
h5/pages/applicationRecord/applicationRecord.vue
@@ -103,12 +103,20 @@
      }
    }
  },
  onLoad() {
  onShow() {
     this.pagination.page = 0
     this.list = []
    this.getList()
  },
  onReachBottom() {
    if (this.total > 10) {
      const {
         total,
         list
      } = this
      if (list.length < total) {
      this.getList()
      } else {
         this.showToast('暂无更多数据')
    }
  },
  methods: {