From 312d43e80bf0c25527eb97d8a09a9460c40cb400 Mon Sep 17 00:00:00 2001 From: hupeng Date: Wed, 23 Jun 2021 15:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=AD=BE=E5=88=B0=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/signIn/SignRecord/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/signIn/SignRecord/index.vue b/pages/user/signIn/SignRecord/index.vue index d890caa..d2df9a0 100644 --- a/pages/user/signIn/SignRecord/index.vue +++ b/pages/user/signIn/SignRecord/index.vue @@ -55,7 +55,7 @@ export default { getSignMonth(that.page, that.limit).then(res => { that.loading = false; //apply();js将一个数组插入另一个数组; - that.signList.push.apply(that.signList, res.data); + that.signList.push.apply(that.signList, res.data.list); that.loadend = res.data.length < that.limit; //判断所有数据是否加载完成; that.page = that.page + 1; });