From 7d242579a0923e7639876797e738a22c45d6e2d0 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 23 四月 2026 20:07:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
app/pages.json | 49 +++++++++++++++++++++++++++++++++++++++++++++----
1 files changed, 45 insertions(+), 4 deletions(-)
diff --git a/app/pages.json b/app/pages.json
index 07622bf..cca6f7c 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -23,20 +23,37 @@
{
"path": "pages/mine/mine",
"style": {
- "navigationBarTitleText": "鎴戠殑",
- "navigationBarBackgroundColor": "#ffffff"
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/order/order",
"style": {
- "navigationBarTitleText": "璁㈠崟"
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
+ "path": "pages/order-detail/order-detail",
+ "style": {
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
"path": "pages/message/message",
"style": {
- "navigationBarTitleText": "娑堟伅"
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
@@ -46,6 +63,30 @@
"titleNView": false
}
}
+ },
+ {
+ "path": "pages/settings/settings",
+ "style": {
+ "navigationBarTitleText": "璁剧疆"
+ }
+ },
+ {
+ "path": "pages/change-password/change-password",
+ "style": {
+ "navigationBarTitleText": "淇敼瀵嗙爜"
+ }
+ },
+ {
+ "path": "pages/driver-certification/driver-certification",
+ "style": {
+ "navigationBarTitleText": "鍙告満璁よ瘉"
+ }
+ },
+ {
+ "path": "pages/certification-details/certification-details",
+ "style": {
+ "navigationBarTitleText": "鍙告満璁よ瘉"
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.3