From 093a2d9d24554dc87d9dd388972581d8e4e300e1 Mon Sep 17 00:00:00 2001 From: cursor Date: Tue, 9 Jun 2026 01:23:36 +0800 Subject: [PATCH] =?UTF-8?q?fix(R10):=20=E9=A1=B6=E9=83=A8/=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E9=80=82=E9=85=8D=20+=20=E6=8B=92=E5=8D=95=E7=A6=81?= =?UTF-8?q?=E8=81=8A=20+=20=E5=8F=B7=E7=A0=81=E7=89=8C=E6=83=B0=E6=80=A7?= =?UTF-8?q?=E9=87=8A=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 23 ++++++++++++----------- pages/chat/chat.vue | 9 ++++++--- pages/confirm/confirm.vue | 8 +++++--- pages/index/index.vue | 8 +++++--- pages/menu/menu.vue | 10 ++++++---- pages/orders/orders.vue | 9 ++++++--- pages/staff/board.vue | 9 ++++++--- pages/staff/chat.vue | 9 ++++++--- pages/staff/detail.vue | 11 +++++++---- pages/staff/login.vue | 6 ++++-- uni.scss | 5 +++-- 11 files changed, 66 insertions(+), 41 deletions(-) diff --git a/pages.json b/pages.json index fdfc2ca..026c86f 100644 --- a/pages.json +++ b/pages.json @@ -1,20 +1,21 @@ -{ +{ "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": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/menu/menu", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/confirm/confirm", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/orders/orders", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/chat/chat", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/login", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/board", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/detail", "style": { "navigationStyle": "custom","disableScroll": true } }, + { "path": "pages/staff/chat", "style": { "navigationStyle": "custom","disableScroll": true } } ], "globalStyle": { - "navigationStyle": "custom", + "navigationStyle": "custom","disableScroll": true, "navigationBarTextStyle": "white", "navigationBarTitleText": "纯瘾大", "navigationBarBackgroundColor": "#0D0D0D", "backgroundColor": "#0D0D0D" } } + diff --git a/pages/chat/chat.vue b/pages/chat/chat.vue index 854b5a3..d96883e 100644 --- a/pages/chat/chat.vue +++ b/pages/chat/chat.vue @@ -1,4 +1,4 @@ -