From d34f4e33ff328a05228b803285b17c6432ae9c16 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期一, 25 八月 2025 10:44:49 +0800 Subject: [PATCH] '我的'页面样式修改 --- src/pages.json | 24 +++++++++++++++++++++++- 1 files changed, 23 insertions(+), 1 deletions(-) diff --git a/src/pages.json b/src/pages.json index 867ffb0..10a7870 100644 --- a/src/pages.json +++ b/src/pages.json @@ -46,7 +46,8 @@ { "path": "pages/mine", "style": { - "navigationBarTitleText": "鎴戠殑" + "navigationBarTitleText": "鎴戠殑", + "navigationStyle": "custom" } }, { @@ -162,6 +163,27 @@ } }, { + "path": "pages/procurementManagement/invoiceEntry/index", + "style": { + "navigationBarTitleText": "鏉ョエ鐧昏", + "navigationStyle": "custom" + } + }, + { + "path": "pages/procurementManagement/invoiceEntry/add", + "style": { + "navigationBarTitleText": "鏂板鏉ョエ鐧昏", + "navigationStyle": "custom" + } + }, + { + "path": "pages/procurementManagement/invoiceEntry/view", + "style": { + "navigationBarTitleText": "鏉ョエ鐧昏璇︽儏", + "navigationStyle": "custom" + } + }, + { "path": "pages/common/webview/index", "style": { "navigationBarTitleText": "娴忚缃戦〉" -- Gitblit v1.9.3