From 45fb4b11ad51bb38306765b11a6747402e382cee Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Sat, 20 Feb 2021 17:37:33 +0800
Subject: [PATCH] fix

---
 hive-app/pages.json |   45 +++++++++++++++++++++++++++++++++++++++------
 1 files changed, 39 insertions(+), 6 deletions(-)

diff --git a/hive-app/pages.json b/hive-app/pages.json
index 5dd5b1d..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"
+							}
 						]
 					}
 				}
@@ -711,6 +722,28 @@
 					"scrollIndicator": "none"
 				}
 			}
+		},
+		{
+			"path": "pages/workbench/followRecords/orderList",
+			"style": {
+				"navigationBarTitleText": "订单列表",
+				"navigationBarBackgroundColor":"#FFFFFF",
+				"navigationBarTextStyle":"black",
+				"app-plus":{ 
+					"scrollIndicator": "none"
+				}
+			}
+		},
+		{
+			"path": "pages/member/createLabel",
+			"style": {
+				"navigationBarTitleText": "创建标签",
+				"navigationBarBackgroundColor":"#FFFFFF",
+				"navigationBarTextStyle":"black",
+				"app-plus":{ 
+					"scrollIndicator": "none"
+				}
+			}
 		}
 	],
 	"globalStyle": {

--
Gitblit v1.9.1