From 56bed328cde5b1a8815acf211bfe8ef6c466a54e Mon Sep 17 00:00:00 2001 From: cursor Date: Tue, 9 Jun 2026 03:12:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(R21):=20=E5=88=87=E6=8D=A2=E5=88=B0?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=AF=BC=E8=88=AA=E6=A0=8F=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E6=89=80=E6=9C=89=E8=87=AA=E5=AE=9A=E4=B9=89nav-bar?= =?UTF-8?q?=20fixed=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 19 +++++++++---------- pages/chat/chat.vue | 19 ++++++++----------- pages/confirm/confirm.vue | 21 ++++++++------------- pages/index/index.vue | 23 +++++++++++------------ pages/menu/menu.vue | 25 +++++++++++-------------- pages/orders/orders.vue | 19 ++++++++----------- pages/staff/board.vue | 25 +++++++++++-------------- pages/staff/chat.vue | 19 ++++++++----------- pages/staff/detail.vue | 19 ++++++++----------- pages/staff/login.vue | 2 +- 10 files changed, 83 insertions(+), 108 deletions(-) diff --git a/pages.json b/pages.json index 7cb63d5..0b87e8f 100644 --- a/pages.json +++ b/pages.json @@ -1,17 +1,16 @@ { "pages": [ - { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, - { "path": "pages/menu/menu", "style": { "navigationStyle": "custom" } }, - { "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom" } }, - { "path": "pages/orders/orders", "style": { "navigationStyle": "custom" } }, - { "path": "pages/chat/chat", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/login", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/board", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/detail", "style": { "navigationStyle": "custom" } }, - { "path": "pages/staff/chat", "style": { "navigationStyle": "custom" } } + { "path": "pages/index/index", "style": { "navigationBarTitleText": "纯瘾大", "navigationStyle": "default" } }, + { "path": "pages/menu/menu", "style": { "navigationBarTitleText": "酒单", "navigationStyle": "default" } }, + { "path": "pages/confirm/confirm", "style": { "navigationBarTitleText": "确认下单", "navigationStyle": "default" } }, + { "path": "pages/orders/orders", "style": { "navigationBarTitleText": "我的订单", "navigationStyle": "default" } }, + { "path": "pages/chat/chat", "style": { "navigationBarTitleText": "聊天", "navigationStyle": "default" } }, + { "path": "pages/staff/login", "style": { "navigationBarTitleText": "员工登录", "navigationStyle": "default" } }, + { "path": "pages/staff/board", "style": { "navigationBarTitleText": "看板", "navigationStyle": "default" } }, + { "path": "pages/staff/detail", "style": { "navigationBarTitleText": "订单详情", "navigationStyle": "default" } }, + { "path": "pages/staff/chat", "style": { "navigationBarTitleText": "聊天", "navigationStyle": "default" } } ], "globalStyle": { - "navigationStyle": "custom", "navigationBarTextStyle": "white", "navigationBarTitleText": "纯瘾大", "navigationBarBackgroundColor": "#0D0D0D", diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 3364f9b..bab4ee9 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -1,8 +1,8 @@