From 9203a43facf5fd967aaafcfc41541a9f4565869a Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Thu, 07 Jan 2021 11:29:28 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app --- hive-app/pages.json | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index 7231028..84b86aa 100644 --- a/hive-app/pages.json +++ b/hive-app/pages.json @@ -124,6 +124,17 @@ } }, { + "path": "pages/mine/knowledgeDetail", + "style": { + "navigationBarTitleText": "详情", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { "path": "pages/workbench/orderList", "style": { "navigationBarTitleText": "订单列表", -- Gitblit v1.9.1