From bb805f6f934ec5bc2d41c4d31b648e06ea4ef4d0 Mon Sep 17 00:00:00 2001 From: GaoHao <1210693421@qq.com> Date: Sat, 3 Aug 2024 17:50:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E8=AE=A2=E5=8D=95=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E4=BF=AE=E6=94=B9=EF=BC=8C=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=AB=98=E5=BA=A6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 3 +-- pages/order/confirm_order.vue | 6 +++--- pages/order_food/order_food.vue | 8 +++++--- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/pages.json b/pages.json index 37ed61a..5ab0d1d 100644 --- a/pages.json +++ b/pages.json @@ -92,8 +92,7 @@ "path": "pages/order/confirm_order", "style": { "navigationBarTitleText": "确认订单", - "navigationStyle": "custom", - "navigationBarTextStyle": "white" + "navigationBarBackgroundColor": "#E8AD7B" } }, { diff --git a/pages/order/confirm_order.vue b/pages/order/confirm_order.vue index 3ac8178..d09d1bc 100644 --- a/pages/order/confirm_order.vue +++ b/pages/order/confirm_order.vue @@ -1,10 +1,10 @@