调整字段名称错误

This commit is contained in:
唐明明
2023-04-25 15:32:58 +08:00
parent c33712665a
commit 048b9987a7

View File

@@ -58,7 +58,7 @@
page: this.page.current page: this.page.current
}).then(res => { }).then(res => {
let { data, page } = res; let { data, page } = res;
let atArr = page.current == 1 ? [] : this.getLog let atArr = page.current == 1 ? [] : this.logs
this.logs = atArr.concat(data) this.logs = atArr.concat(data)
this.page = page this.page = page
this.status = !page.has_more ? 'nomore': 'loading' this.status = !page.has_more ? 'nomore': 'loading'