From 59da004f2ec6c8dc2b59b524ea4c20883e317ca5 Mon Sep 17 00:00:00 2001
From: li-guang <153605324@qq.com>
Date: Tue, 15 Dec 2020 17:27:28 +0800
Subject: [PATCH] 个人中心设置,会员详情修改
---
hive-app/pages.json | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/hive-app/pages.json b/hive-app/pages.json
index 319a879..c6486fe 100644
--- a/hive-app/pages.json
+++ b/hive-app/pages.json
@@ -36,6 +36,38 @@
"scrollIndicator": "none"
}
}
+ },
+ {
+ "path": "pages/member/detail",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationBarBackgroundColor":"#518EFF",
+ "app-plus":{
+ "scrollIndicator": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/mine/setting",
+ "style": {
+ "navigationBarTitleText": "设置",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none"
+ }
+ }
+ },
+ {
+ "path": "pages/mine/knowledge",
+ "style": {
+ "navigationBarTitleText": "知识库",
+ "navigationBarBackgroundColor":"#FFFFFF",
+ "navigationBarTextStyle":"black",
+ "app-plus":{
+ "scrollIndicator": "none"
+ }
+ }
}
],
"globalStyle": {
--
Gitblit v1.9.1