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 | 520 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 502 insertions(+), 18 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index 32443e8..aa6dc5f 100644 --- a/hive-app/pages.json +++ b/hive-app/pages.json @@ -1,15 +1,6 @@ { "pages": [ { - "path": "pages/workbench/index", - "style": { - "transparentTitle": "always", - "app-plus":{ - "scrollIndicator": "none" - } - } - }, - { "path": "pages/login/index", "style": { "transparentTitle": "always", @@ -18,13 +9,27 @@ } } }, - + { + "path": "pages/workbench/index", + "style": { + "transparentTitle": "always", + "navigationBarTextStyle": "black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, { "path": "pages/member/index", "style": { "transparentTitle": "always", + "navigationBarTextStyle": "black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } } } }, @@ -65,8 +70,13 @@ "navigationBarTitleText": "皮肤检测", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } + } } }, @@ -117,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" } @@ -128,16 +153,21 @@ "navigationBarTitleText": "订单列表", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, "titleNView": { "buttons": [ { - "text": "\ue600", + "text": "\ue620", "fontSrc": "/static/iconfont/iconfont.ttf", "fontSize": "18px", "width":"25px", - "float":"right" + "float":"right", + "key": "add" } ] } @@ -148,6 +178,32 @@ "path": "pages/workbench/selectCustomer", "style": { "navigationBarTitleText": "选择客户", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, + "app-plus":{ + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } + } + } + }, + { + "path": "pages/member/selectCustomer", + "style": { + "navigationBarTitleText": "选择客户", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/manager/selectEmployee", + "style": { + "navigationBarTitleText": "选择员工", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", "app-plus":{ @@ -172,8 +228,12 @@ "navigationBarTitleText": "当前客户:李某", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ - "scrollIndicator": "none" + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } } } }, @@ -200,7 +260,7 @@ } }, { - "path": "pages/workbench/selectService", + "path": "pages/workbench/selectService/index", "style": { "navigationBarTitleText": "当前客户:李某", "navigationBarBackgroundColor":"#FFFFFF", @@ -236,16 +296,21 @@ "navigationBarTitleText": "服务单列表", "navigationBarBackgroundColor":"#FFFFFF", "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, "app-plus":{ "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, "titleNView": { "buttons": [ { - "text": "\ue600", + "text": "\ue620", "fontSrc": "/static/iconfont/iconfont.ttf", "fontSize": "18px", "width":"25px", - "float":"right" + "float":"right", + "key": "add" } ] } @@ -262,6 +327,423 @@ "scrollIndicator": "none" } } + }, + { + "path": "pages/workbench/confirmService", + "style": { + "navigationBarTitleText": "确认订单", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/member/projectPlan", + "style": { + "navigationBarTitleText": "项目套餐", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/manager/storeRanking", + "style": { + "navigationBarTitleText": "门店业绩排行榜", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue6aa", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + }, + { + "text":"月榜", + "fontSize": "14px" + } + ] + } + } + } + }, + { + "path": "pages/manager/counselorRanking", + "style": { + "navigationBarTitleText": "业绩排行榜", + "navigationBarBackgroundColor":"#518EFF", + "navigationBarTextStyle":"white", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue6aa", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px" + }, + { + "text":"月榜", + "fontSize": "14px" + } + ] + } + } + } + }, + { + "path": "pages/member/addLabel", + "style": { + "navigationBarTitleText": "添加标签", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue620", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "18px", + "width":"25px", + "float":"right", + "key": "add" + } + ] + } + } + } + }, + { + "path": "pages/manager/companyReports", + "style": { + "navigationBarTitleText": "公司经营报表", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, + "app-plus":{ + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, + "titleNView": { + "buttons": [ + { + "text": "\ue663", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"30px" + }, + { + "text": "\ue65e", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px" + } + ] + } + } + } + }, + { + "path": "pages/manager/employeeReport", + "style": { + "navigationBarTitleText": "员工业绩报表", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, + "app-plus":{ + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + }, + "titleNView": { + "buttons": [ + { + "text": "\ue663", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + }, + { + "text": "\ue65e", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + } + ] + } + } + } + }, + { + "path": "pages/manager/hint", + "style": { + "navigationBarTitleText": "提示", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/manager/analyse/index", + "style": { + "navigationBarTitleText": "专项分析", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue65e", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + } + ] + } + } + } + }, + { + "path": "pages/workbench/stockSearch", + "style": { + "navigationBarTitleText": "库存查询", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, + "app-plus":{ + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } + } + } + }, + { + "path": "pages/workbench/storeRecord", + "style": { + "navigationBarTitleText": "出入库记录", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "enablePullDownRefresh": true, + "app-plus":{ + "scrollIndicator": "none", + "pullToRefresh": { + "color": "#000000" + } + } + } + }, + { + "path": "pages/member/memberProfile", + "style": { + "navigationBarTitleText": "会员档案", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/board", + "style": { + "navigationBarTitleText": "看板", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/followRecords/index", + "style": { + "navigationBarTitleText": "跟进记录", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue620", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + }, + { + "text": "\ue75e", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "16px", + "width":"25px", + "float":"right" + } + ] + } + } + } + }, + { + "path": "pages/login/forgetPassword", + "style": { + "navigationBarTitleText": "忘记密码", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/login/newPassword", + "style": { + "navigationBarTitleText": "输入新密码", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/receive", + "style": { + "navigationBarTitleText": "领用", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/receiveRecord", + "style": { + "navigationBarTitleText": "产品领用记录", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/confirmReceive", + "style": { + "navigationBarTitleText": "确认领取", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/mine/myInfo", + "style": { + "navigationBarTitleText": "我的信息", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/check/index", + "style": { + "navigationBarTitleText": "盘点", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/check/checkEntry", + "style": { + "navigationBarTitleText": "盘点录入明细", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/check/checkDetail", + "style": { + "navigationBarTitleText": "盘点明细查看", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { + "path": "pages/workbench/followRecords/addRecord", + "style": { + "navigationBarTitleText": "添加跟进记录", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "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": { @@ -271,6 +753,8 @@ "color": "#abb1cc", "selectedColor": "#518EFF", "backgroundColor": "#FFFFFF", + "iconWidth": "18px", + "spacing": "5px", "list":[ { "pagePath": "pages/workbench/index", -- Gitblit v1.9.1