From ee8b99a512bac9de3c88ad19b2c674c3d8c7655f Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 25 六月 2025 10:29:44 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/2.0.1' into 2.0.1
---
wx/pages.json | 63 +++++++++++++++++++++++++++----
1 files changed, 55 insertions(+), 8 deletions(-)
diff --git a/wx/pages.json b/wx/pages.json
index add1fbb..3e22d19 100644
--- a/wx/pages.json
+++ b/wx/pages.json
@@ -4,6 +4,14 @@
},
"pages": [
{
+ "path" : "pages/myPolicy/myPolicy",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎴戠殑淇濆崟",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "棣栭〉",
@@ -26,14 +34,6 @@
// "enablePullDownRefresh" : false
// }
// },
- {
- "path" : "pages/myPolicy/myPolicy",
- "style" :
- {
- "navigationBarTitleText" : "鎴戠殑淇濆崟",
- "enablePullDownRefresh" : false
- }
- },
{
"path" : "pages/policyDetails/policyDetails",
"style" :
@@ -208,6 +208,20 @@
{
"navigationBarTitleText" : "璧斾粯璇︽儏"
}
+ },
+ {
+ "path" : "pages/changeRecord/changeRecord",
+ "style" :
+ {
+ "navigationBarTitleText" : "鍙樻洿璁板綍"
+ }
+ },
+ {
+ "path" : "pages/mine/mine",
+ "style" :
+ {
+ "navigationBarTitleText" : "鎴戠殑"
+ }
}
],
"globalStyle": {
@@ -216,5 +230,38 @@
"navigationBarBackgroundColor": "#ffffff",
"backgroundColor": "#F8F8F8"
},
+ "tabBar": {
+ "custom": true,
+ "color": "#777777",
+ "selectedColor": "#222222",
+ "borderStyle": "black",
+ "backgroundColor": "#fff",
+ "list": [
+ {
+ "pagePath": "pages/myPolicy/myPolicy",
+ "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