From abeedca86c74cbdf3695eedf7df1db89943b8f72 Mon Sep 17 00:00:00 2001 From: gukai <1522776404@qq.com> Date: Thu, 27 Jun 2024 20:41:52 +0800 Subject: [PATCH] 1 --- pages.json | 12 +++++++ pages/card/index.vue | 78 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+) create mode 100644 pages/card/index.vue diff --git a/pages.json b/pages.json index 93089ca..fde07bf 100644 --- a/pages.json +++ b/pages.json @@ -12,6 +12,18 @@ } } }, + { + "path": "pages/card/index", + "style": { + "navigationStyle": "custom", + "navigationBarTitleText": "会员卡", + "enablePullDownRefresh": true, + "mp-alipay": { + "transparentTitle": "always", + "titlePenetrate": "YES" + } + } + }, { "path": "pages/my/my", "style": { diff --git a/pages/card/index.vue b/pages/card/index.vue new file mode 100644 index 0000000..e63c3ad --- /dev/null +++ b/pages/card/index.vue @@ -0,0 +1,78 @@ + + + + + \ No newline at end of file