From ccf7e21ae18ae560cc480fe8a7d43dc4c37c463b Mon Sep 17 00:00:00 2001 From: quantulr <35954003+quantulr@users.noreply.github.com> Date: Tue, 26 Sep 2023 13:51:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=A2=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E5=88=86=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/pages/index/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/miniprogram/pages/index/index.ts b/miniprogram/pages/index/index.ts index b14c4a1..899cb21 100644 --- a/miniprogram/pages/index/index.ts +++ b/miniprogram/pages/index/index.ts @@ -64,7 +64,8 @@ Page({ completed, loadStatus: completed ? 3 : 1, total: resp.total, - list: resp.rows, + // @ts-ignore + list: [...this.data.list,...resp.rows], }); if (!completed) { this.setData({