From 2800434db8a3117cf4f1ccb119e7ac939f0511bb Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 23 四月 2026 09:02:50 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
app/pages.json | 56 +++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 49 insertions(+), 7 deletions(-)
diff --git a/app/pages.json b/app/pages.json
index fa7332b..07622bf 100644
--- a/app/pages.json
+++ b/app/pages.json
@@ -4,10 +4,20 @@
},
"pages": [
{
+ "path": "pages/guide-page/guide-page",
+ "style": {
+ "app-plus": {
+ "titleNView": false
+ }
+ }
+ },
+ {
"path": "pages/index/index",
"style": {
- "navigationBarTitleText": "棣栭〉",
- "navigationBarBackgroundColor": "#ffffff"
+ "navigationStyle": "custom",
+ "app-plus": {
+ "titleNView": false
+ }
}
},
{
@@ -15,6 +25,26 @@
"style": {
"navigationBarTitleText": "鎴戠殑",
"navigationBarBackgroundColor": "#ffffff"
+ }
+ },
+ {
+ "path": "pages/order/order",
+ "style": {
+ "navigationBarTitleText": "璁㈠崟"
+ }
+ },
+ {
+ "path": "pages/message/message",
+ "style": {
+ "navigationBarTitleText": "娑堟伅"
+ }
+ },
+ {
+ "path": "pages/login/login",
+ "style": {
+ "app-plus": {
+ "titleNView": false
+ }
}
}
],
@@ -32,14 +62,26 @@
"list": [
{
"pagePath": "pages/index/index",
- "iconPath": "static/tabbar/nav_jiancha@2x.png",
- "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png",
- "text": "棣栭〉"
+ "iconPath": "static/tabbar/nav_home_sel@2x.png",
+ "selectedIconPath": "static/tabbar/nav_home_sel@2x1.png",
+ "text": "澶у巺"
+ },
+ {
+ "pagePath": "pages/order/order",
+ "iconPath": "static/tabbar/nav_order@2x.png",
+ "selectedIconPath": "static/tabbar/nav_order@2x1.png",
+ "text": "璁㈠崟"
+ },
+ {
+ "pagePath": "pages/message/message",
+ "iconPath": "static/tabbar/nav_xiaoxi@2x.png",
+ "selectedIconPath": "static/tabbar/nav_xiaoxi@2x1.png",
+ "text": "娑堟伅"
},
{
"pagePath": "pages/mine/mine",
- "iconPath": "static/tabbar/nav_jiancha@2x.png",
- "selectedIconPath": "static/tabbar/nav_jiancha_sel@2x.png",
+ "iconPath": "static/tabbar/nav_mine@2x.png",
+ "selectedIconPath": "static/tabbar/nav_mine@2x1.png",
"text": "鎴戠殑"
}
]
--
Gitblit v1.9.3