From b16d36e2a314efc42f99d484e5291a78a95fcd8e Mon Sep 17 00:00:00 2001 From: li-guang <153605324@qq.com> Date: Thu, 17 Dec 2020 15:32:12 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/jyyforjava/hive-app --- hive-app/pages.json | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/hive-app/pages.json b/hive-app/pages.json index fdca333..c3309da 100644 --- a/hive-app/pages.json +++ b/hive-app/pages.json @@ -29,7 +29,7 @@ } }, { - "path": "pages/member/addMember", + "path": "pages/member/editMember", "style": { "navigationBarTitleText": "新增会员", "navigationBarBackgroundColor":"#FFFFFF", @@ -40,6 +40,17 @@ } }, { + "path": "pages/member/membershipCard", + "style": { + "navigationBarTitleText": "卡项", + "navigationBarBackgroundColor":"#FFFFFF", + "navigationBarTextStyle":"black", + "app-plus":{ + "scrollIndicator": "none" + } + } + }, + { "path": "pages/mine/index", "style": { "transparentTitle": "always", -- Gitblit v1.9.1