From 8c82102ab7bb34e29a73f56b829cd622ab34604c Mon Sep 17 00:00:00 2001
From: zhangxiaoxu <819527061@qq.com>
Date: 星期二, 25 十一月 2025 11:30:23 +0800
Subject: [PATCH] 解决运输方式显示不对得问题
---
pages.json | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 51 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index f715b90..989368b 100644
--- a/pages.json
+++ b/pages.json
@@ -3,7 +3,9 @@
{
"path": "pages/login/login",
"style": {
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ // "navigationBarTitleText": "璇风櫥褰�",
+ "enablePullDownRefresh": false
}
},
{
@@ -70,7 +72,14 @@
"enablePullDownRefresh": false
}
- }, {
+ },{
+ "path": "pages/payment-form-data/payment-form-data",
+ "style": {
+ "navigationBarTitleText": "鏂板鏀舵琛ㄥ崟",
+ "enablePullDownRefresh": false
+ }
+
+ },{
"path": "pages/jihua/jihua",
"style": {
"navigationBarTitleText": "鏃ュ彂杩愯鍒�"
@@ -82,8 +91,37 @@
"navigationBarTitleText": "淇敼",
"enablePullDownRefresh": false
}
+ }, {
+ "path": "pages/register/register",
+ "style": {
+ "navigationBarTitleText": "缁戝畾璐﹀彿",
+ "enablePullDownRefresh": false
+ // "navigationStyle": "custom"
+ }
}
- ],
+ ],
+ "tabBar": {
+ // "color": "#999794",
+ // "selectedColor": "#007AFF",
+ // "borderStyle": "white",
+ // "backgroundColor": "#F5F5F5",
+ "custom": true,
+ "list": [
+ // 瀹㈡埛tabbar
+ {
+ "pagePath": "pages/home/home"
+ // "iconPath": "static/tabBar-icon/Gfayun.png",
+ // "selectedIconPath": "static/tabBar-icon/Bfayun1.png",
+ // "text": "鍙戣繍"
+ },
+ {
+ "pagePath": "pages/login/login"
+ // "iconPath": "static/tabBar-icon/Gfayun.png",
+ // "selectedIconPath": "static/tabBar-icon/Bfayun1.png",
+ // "text": "鍙戣繍"
+ }
+ ]
+ },
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "uni-app",
@@ -104,5 +142,15 @@
"titleSize": "28rpx"
}
}
+ },
+ "condition" : { //妯″紡閰嶇疆锛屼粎寮�鍙戞湡闂寸敓鏁�
+ "current": 0, //褰撳墠婵�娲荤殑妯″紡(list 鐨勭储寮曢」)
+ "list": [
+ {
+ "name": "", //妯″紡鍚嶇О
+ "path": "", //鍚姩椤甸潰锛屽繀閫�
+ "query": "" //鍚姩鍙傛暟锛屽湪椤甸潰鐨刼nLoad鍑芥暟閲岄潰寰楀埌
+ }
+ ]
}
}
--
Gitblit v1.9.1