This commit is contained in:
aihe 2024-06-20 13:40:36 +08:00
parent 685510b7c7
commit 666c550c2c

View File

@ -101,7 +101,12 @@
}
this.showLoadMore = true
this.page.pageNum++
await this.getDataList()
try{
await this.getDataList()
}catch(e){
// 滚动下一页加载失败,重置 page.pageNum
this.page.pageNum --
}
this.showLoadMore = false
},
async getDataList(reload) {