From 355e364eefc7aba18d6e1045b36f55466cd1dbb0 Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Fri, 24 Apr 2026 16:37:47 +0800 Subject: [PATCH] 1 --- components/tab-bar/delivery.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/tab-bar/delivery.vue b/components/tab-bar/delivery.vue index 2486729..67e778c 100644 --- a/components/tab-bar/delivery.vue +++ b/components/tab-bar/delivery.vue @@ -434,7 +434,7 @@ if (that.searchForm.pageNum == 1) { that.deliveryItem1 = res.result.records; } else { - that.deliveryItem1 = [...that.deliveryItem, ...res.result.records] + that.deliveryItem1 = [...that.deliveryItem1, ...res.result.records] } that.pageData = that.deliveryItem1 }else{