From 7692df60c0746b9e23a228eb719349c697cfcb06 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Thu, 07 Jan 2021 11:26:06 +0800 Subject: [PATCH] gx --- 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 1af8d52..7f943e0 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