调整字段名称错误
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user