From 048b9987a7aad084d23c320766d9f7b89b628447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=90=E6=98=8E=E6=98=8E?= <970899069@qq.com> Date: Tue, 25 Apr 2023 15:32:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AD=97=E6=AE=B5=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/signLog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'