From e829b17e4ef1d79bb0b428e723042fb6dee668f1 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Tue, 7 Apr 2026 23:07:32 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5065=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E9=80=89=E6=8B=A9=E4=BD=93?= =?UTF-8?q?=E9=AA=8C=E5=88=B8=E4=B8=8B=E5=8D=95=E8=B7=B3=E8=BD=AC=E5=88=B0?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=88=97=E8=A1=A8=EF=BC=8C=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E4=B8=8A=E4=B8=80=E7=BA=A7=E9=A1=B5=E9=9D=A2=E4=BC=9A=E8=BF=94?= =?UTF-8?q?=E5=9B=9E=E5=88=B0=E4=BD=93=E9=AA=8C=E5=88=B8=E9=80=89=E6=8B=A9?= =?UTF-8?q?=EF=BC=8C=E6=9C=9F=E6=9C=9B=E8=BF=94=E5=9B=9E=E5=88=B0=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=B8=AD=E5=BF=83=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 ++- pages/order/MyOrder/index.vue | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pages.json b/pages.json index 2fb400b..6c4155b 100644 --- a/pages.json +++ b/pages.json @@ -235,7 +235,8 @@ "path": "pages/order/MyOrder/index", "style": { "navigationBarTitleText": "我的订单", - "navigationBarBackgroundColor": "#fff" + "navigationBarBackgroundColor": "#fff", + "navigationStyle": "custom" } }, { diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index 0c9cb07..3b1e025 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -1,5 +1,12 @@