This commit is contained in:
liuye
2024-06-28 09:51:53 +08:00
parent 4cfbe99918
commit a997a3089c
6 changed files with 63 additions and 49 deletions

View File

@@ -43,7 +43,7 @@ export default {
}).then(res => {
if (res?.data) {
this.list = this.current == 1 ? res.data.records : [this.list, res.data.records].flat()
this.pages = res.data.total
this.pages = res.data.pages
}
}).finally(() => uni.hideLoading())
},