From c4246ca910f28014efaace64ebf92f47a673a9cf Mon Sep 17 00:00:00 2001
From: queenwuli <942534046@qq.com>
Date: Mon, 25 Jan 2021 11:47:46 +0800
Subject: [PATCH] gx
---
hive-app/pages.json | 34 ++++++++++++++++++++++++++++------
1 files changed, 28 insertions(+), 6 deletions(-)
diff --git a/hive-app/pages.json b/hive-app/pages.json
index bb20b89..aa6dc5f 100644
--- a/hive-app/pages.json
+++ b/hive-app/pages.json
@@ -24,8 +24,12 @@
"style": {
"transparentTitle": "always",
"navigationBarTextStyle": "black",
+ "enablePullDownRefresh": true,
"app-plus":{
- "scrollIndicator": "none"
+ "scrollIndicator": "none",
+ "pullToRefresh": {
+ "color": "#000000"
+ }
}
}
},
@@ -176,8 +180,12 @@
"navigationBarTitleText": "选择客户",
"navigationBarBackgroundColor":"#FFFFFF",
"navigationBarTextStyle":"black",
+ "enablePullDownRefresh": true,
"app-plus":{
- "scrollIndicator": "none"
+ "scrollIndicator": "none",
+ "pullToRefresh": {
+ "color": "#000000"
+ }
}
}
},
@@ -404,10 +412,13 @@
"titleNView": {
"buttons": [
{
- "text":"确认",
- "fontSize": "14px",
- "width":"35px"
- }
+ "text": "\ue620",
+ "fontSrc": "/static/iconfont/iconfont.ttf",
+ "fontSize": "18px",
+ "width":"25px",
+ "float":"right",
+ "key": "add"
+ }
]
}
}
@@ -722,6 +733,17 @@
"scrollIndicator": "none"
}
}
+ },
+ {
+ "path": "pages/member/createLabel",
+ "style": {
+ "navigationBarTitleText": "创建标签",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none"
+ }
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.1