From eb49240e16e3c1c2b560e975b9ff8fdd68bc760d Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Tue, 15 Dec 2020 11:35:53 +0800 Subject: [PATCH] 会员详情,个人中心设置 --- hive-app/pages.json | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index 319a879..f538bd4 100644 --- a/hive-app/pages.json +++ b/hive-app/pages.json @@ -36,6 +36,49 @@ "scrollIndicator": "none" } } + }, + { + "path": "pages/member/detail", + "style": { + "navigationBarTitleText": "", + "navigationBarBackgroundColor":"#518EFF", + "app-plus":{ + "scrollIndicator": "none", + "titleNView": { + "buttons": [ + { + "text": "\ue696", + "fontSrc": "/static/iconfont/iconfont.ttf", + "fontSize": "18px", + "width":"25px", + "float":"right" + } + ] + } + } + } + }, + { + "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