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 | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++----- 1 files changed, 102 insertions(+), 10 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index 7231028..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" + } } } }, @@ -66,8 +70,13 @@ "navigationBarTitleText": "皮肤检测", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } + } } }, @@ -118,6 +127,21 @@ "navigationBarTitleText": "知识库", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, + "app-plus":{ + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } + } + } + }, + { + "path": "pages/mine/knowledgeDetail", + "style": { + "navigationBarTitleText": "详情", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", "app-plus":{ "scrollIndicator": "none" } @@ -129,8 +153,12 @@ "navigationBarTitleText": "订单列表", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, "titleNView": { "buttons": [ { @@ -152,8 +180,12 @@ "navigationBarTitleText": "选择客户", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } } } }, @@ -196,8 +228,12 @@ "navigationBarTitleText": "当前客户:李某", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } } } }, @@ -260,8 +296,12 @@ "navigationBarTitleText": "服务单列表", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, "titleNView": { "buttons": [ { @@ -372,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" + } ] } } @@ -387,8 +430,12 @@ "navigationBarTitleText": "公司经营报表", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, "titleNView": { "buttons": [ { @@ -414,8 +461,12 @@ "navigationBarTitleText": "员工业绩报表", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, "titleNView": { "buttons": [ { @@ -476,8 +527,12 @@ "navigationBarTitleText": "库存查询", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } } } }, @@ -487,8 +542,12 @@ "navigationBarTitleText": "出入库记录", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } } } }, @@ -652,6 +711,39 @@ "scrollIndicator": "none" } } + }, + { + "path": "pages/mine/changePassword", + "style": { + "navigationBarTitleText": "修改密码", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "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