From 39ae52b3f65e2bba3b6570adb51e791cb3befff7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 02 七月 2025 16:32:29 +0800
Subject: [PATCH] 提交
---
wx/pages.json | 76 ++++++++++++++++++++++++++++++++-----
1 files changed, 65 insertions(+), 11 deletions(-)
diff --git a/wx/pages.json b/wx/pages.json
index a471ae7..dca1593 100644
--- a/wx/pages.json
+++ b/wx/pages.json
@@ -4,12 +4,20 @@
},
"pages": [
{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "棣栭〉",
+ "path" : "pages/index/index",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎴戠殑淇濆崟",
"enablePullDownRefresh" : false
}
},
+ // {
+ // "path": "pages/index/index",
+ // "style": {
+ // "navigationBarTitleText": "棣栭〉",
+ // "enablePullDownRefresh" : false
+ // }
+ // },
{
"path" : "pages/login/login",
"style" :
@@ -26,14 +34,6 @@
// "enablePullDownRefresh" : false
// }
// },
- {
- "path" : "pages/myPolicy/myPolicy",
- "style" :
- {
- "navigationBarTitleText" : "鎴戠殑淇濆崟",
- "enablePullDownRefresh" : false
- }
- },
{
"path" : "pages/policyDetails/policyDetails",
"style" :
@@ -201,6 +201,27 @@
"navigationBarTitleText" : "绛剧讲鎶曚繚鍗�",
"enablePullDownRefresh" : false
}
+ },
+ {
+ "path" : "pages/compensationDetails/compensationDetails",
+ "style" :
+ {
+ "navigationBarTitleText" : "璧斾粯璇︽儏"
+ }
+ },
+ {
+ "path" : "pages/changeRecord/changeRecord",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍙樻洿璁板綍"
+ }
+ },
+ {
+ "path" : "pages/mine/mine",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎴戠殑"
+ }
}
],
"globalStyle": {
@@ -209,5 +230,38 @@
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F8F8F8"
},
+ "tabBar": {
+ "custom": true,
+ "color": "#777777",
+ "selectedColor": "#222222",
+ "borderStyle": "black",
+ "backgroundColor": "#fff",
+ "list": [
+ {
+ "pagePath": "pages/index/index",
+ "iconPath": "static/icon/nav_home@2x.png",
+ "selectedIconPath": "static/icon/nav_home_sel@2x.png",
+ "text": "淇濆崟"
+ },
+ {
+ "pagePath": "pages/online_reporting/online_reporting",
+ "iconPath": "static/icon/nav_lipei@2x.png",
+ "selectedIconPath": "static/icon/nav_lipei_sel@2x.png",
+ "text": "鐞嗚禂"
+ },
+ {
+ "pagePath": "pages/changeRecord/changeRecord",
+ "iconPath": "static/icon/nav_biangeng@2x.png",
+ "selectedIconPath": "static/icon/nav_biangeng_sel@2x.png",
+ "text": "鍙樻洿璁板綍"
+ },
+ {
+ "pagePath": "pages/mine/mine",
+ "iconPath": "static/icon/nav_wode@2x.png",
+ "selectedIconPath": "static/icon/nav_wode_sel@2x.png",
+ "text": "鎴戠殑"
+ }
+ ]
+ },
"uniIdRouter": {}
}
--
Gitblit v1.9.3