From b5d3561a2e06106ed9cce2c6bcc9c2463951e998 Mon Sep 17 00:00:00 2001
From: 819527061@qq.com <123456>
Date: 星期五, 15 十一月 2024 11:06:26 +0800
Subject: [PATCH] 新增申请页面不显示发运通知单的问题修改
---
pages.json | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++-------
1 files changed, 52 insertions(+), 7 deletions(-)
diff --git a/pages.json b/pages.json
index cdba300..b91175e 100644
--- a/pages.json
+++ b/pages.json
@@ -3,7 +3,9 @@
{
"path": "pages/login/login",
"style": {
- "navigationStyle": "custom"
+ "navigationStyle": "custom",
+ // "navigationBarTitleText": "璇风櫥褰�",
+ "enablePullDownRefresh": false
}
},
{
@@ -23,37 +25,45 @@
{
"path": "pages/my-todo/my-todo",
"style": {
- "navigationBarTitleText": "鎴戠殑寰呭姙"
+ "navigationBarTitleText": "鎴戠殑寰呭姙",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 10 //璺濈搴曢儴澶氬皯璺濈鐨勬椂鍊欒Е鍙�
}
},
{
"path": "pages/my-have-todo/my-have-todo",
"style": {
- "navigationBarTitleText": "鎴戠殑宸插姙 "
+ "navigationBarTitleText": "鎴戠殑宸插姙 ",
+ "enablePullDownRefresh": true,
+ "onReachBottomDistance": 10 //璺濈搴曢儴澶氬皯璺濈鐨勬椂鍊欒Е鍙�
}
},
{
"path": "pages/check-the-schedule/check-the-schedule",
"style": {
- "navigationBarTitleText": "鏌ョ湅杩涘害"
+ "navigationBarTitleText": "鏌ョ湅杩涘害",
+ "enablePullDownRefresh": false
}
},
{
"path": "pages/the-form-data/the-form-data",
"style": {
- "navigationBarTitleText": "琛ㄥ崟鏁版嵁"
+ "navigationBarTitleText": "琛ㄥ崟鏁版嵁",
+ "enablePullDownRefresh": false
}
},
{
"path": "pages/approval-history/approval-history",
"style": {
- "navigationBarTitleText": "瀹℃壒鍘嗗彶"
+ "navigationBarTitleText": "瀹℃壒鍘嗗彶",
+ "enablePullDownRefresh": false
}
},
{
"path": "pages/new-application/new-application",
"style": {
- "navigationBarTitleText": "鏂板鐢宠 "
+ "navigationBarTitleText": "鏂板鐢宠 ",
+ "enablePullDownRefresh": false
}
}, {
"path": "pages/new-application-form-data/new-application-form-data",
@@ -68,8 +78,43 @@
"navigationBarTitleText": "鏃ュ彂杩愯鍒�"
}
+ }, {
+ "path": "pages/edit-my-application/edit-my-application",
+ "style": {
+ "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",
--
Gitblit v1.9.1