diff --git a/pages/user/signLog.vue b/pages/user/signLog.vue index a192594..7093c20 100644 --- a/pages/user/signLog.vue +++ b/pages/user/signLog.vue @@ -58,7 +58,7 @@ page: this.page.current }).then(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.page = page this.status = !page.has_more ? 'nomore': 'loading'