From e9e0c3f7342c19a3f778133117343c68ba97ff0a Mon Sep 17 00:00:00 2001 From: jiangx Date: Tue, 16 Jan 2024 15:10:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=A7=A9=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E6=96=87=E5=AD=97=E8=BF=87=E9=95=BF=E6=97=B6?= =?UTF-8?q?=20=E8=B6=85=E5=87=BA=E7=9F=A9=E5=BD=A2=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- src/components/ScrollListItem/ScrollListItem.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index c8162f8..f825319 100644 --- a/src/App.vue +++ b/src/App.vue @@ -26,7 +26,7 @@ function _getCustomerList() { } getCustomerList(config.value.smallUrl, params).then(({ code, data }) => { if (code === HTTP_CODE.ERR_OK) { - customerList.value = [...data.list, ...customerList.value] + customerList.value = data.list } }) } diff --git a/src/components/ScrollListItem/ScrollListItem.vue b/src/components/ScrollListItem/ScrollListItem.vue index a15ca4f..4513b6b 100644 --- a/src/components/ScrollListItem/ScrollListItem.vue +++ b/src/components/ScrollListItem/ScrollListItem.vue @@ -14,7 +14,7 @@ {{ formatDate(customer.addTime) }} - +