From 00833b420814d991eeb463de64c4f4c16cb0646b Mon Sep 17 00:00:00 2001 From: BAKEYi <16298417+bakeyi@user.noreply.gitee.com> Date: Tue, 2 Jun 2026 13:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/tabbar/tabbar.vue | 2 +- pages.json | 2 +- pages/home/components/orderCard2.vue | 5 +- pages/order/userorder-list.vue | 1635 +++++++++++--------------- 4 files changed, 701 insertions(+), 943 deletions(-) diff --git a/components/tabbar/tabbar.vue b/components/tabbar/tabbar.vue index a72a431..32b9d65 100644 --- a/components/tabbar/tabbar.vue +++ b/components/tabbar/tabbar.vue @@ -51,7 +51,7 @@ export default { iconPath: "/static/images/tabbar/new_order_gray.png", text: "订单", selectedIconPath: "/static/images/tabbar/new_order.png", - pagePath: "/pages/order/all-orders" + pagePath: "/pages/order/userorder-list" }, { iconPath: "/static/images/tabbar/new_message_gray.png", diff --git a/pages.json b/pages.json index a4d132a..9f3daa3 100644 --- a/pages.json +++ b/pages.json @@ -1048,7 +1048,7 @@ "iconPath": "/static/images/tabbar/new_order_gray.png", "text": "订单", "selectedIconPath": "/static/images/tabbar/new_order.png", - "pagePath": "pages/order/all-orders" + "pagePath": "pages/order/userorder-list" }, { "iconPath": "/static/images/tabbar/new_message_gray.png", diff --git a/pages/home/components/orderCard2.vue b/pages/home/components/orderCard2.vue index bf8bdf5..6049cee 100644 --- a/pages/home/components/orderCard2.vue +++ b/pages/home/components/orderCard2.vue @@ -171,6 +171,7 @@ }, emitStart() { this.$emit("start"); + }, emitDone() { this.$emit("done"); @@ -181,8 +182,8 @@ \ No newline at end of file