From 53ae16f09703532b0b306f8821d6d7b52abbfe07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E5=8F=AF?= <1284707383@qq.com> Date: Wed, 18 Aug 2021 12:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E5=91=98=E4=B8=AD=E5=BF=83=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 6 +- pages/my/index.vue | 2 +- pages/my/memberVip.vue | 153 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 158 insertions(+), 3 deletions(-) create mode 100644 pages/my/memberVip.vue diff --git a/pages.json b/pages.json index a7690f2..3c6d98e 100644 --- a/pages.json +++ b/pages.json @@ -101,9 +101,11 @@ } }, { - "path": "pages/my/setting", + "path": "pages/my/memberVip", "style": { - "navigationBarTitleText": "VIP会员" + "navigationBarTitleText": "VIP会员", + "navigationBarBackgroundColor": "#FE3EA5", + "navigationBarTextStyle": "white" } }, { diff --git a/pages/my/index.vue b/pages/my/index.vue index bc91164..664187b 100644 --- a/pages/my/index.vue +++ b/pages/my/index.vue @@ -43,7 +43,7 @@ VIP会员|拥有专属权益 - + 了解详情 diff --git a/pages/my/memberVip.vue b/pages/my/memberVip.vue new file mode 100644 index 0000000..1d988e6 --- /dev/null +++ b/pages/my/memberVip.vue @@ -0,0 +1,153 @@ + + + + +