From e280c86a568c5ec80f5fdd0d7633c52d0c646092 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Wed, 7 Jul 2021 18:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=9C=9F=E6=88=91=E7=9A=84=E9=92=B1?= =?UTF-8?q?=E5=8C=85=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 16 ++++++++----- pages/center/wallet.vue | 50 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 5 deletions(-) create mode 100644 pages/center/wallet.vue diff --git a/pages.json b/pages.json index 87a74b8..32cca3f 100644 --- a/pages.json +++ b/pages.json @@ -4,16 +4,16 @@ }, "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { - "path": "pages/bill/bill", + "path": "pages/index/index", "style": { - "navigationBarTitleText": "生成海报" + "navigationBarTitleText": "首页", + "enablePullDownRefresh": false } }, { - "path": "pages/index/index", + "path": "pages/bill/bill", "style": { - "navigationBarTitleText": "首页", - "enablePullDownRefresh": false + "navigationBarTitleText": "生成海报" } }, { @@ -90,6 +90,12 @@ "navigationBarTitleText": "我的" } }, + { + "path": "pages/center/wallet", + "style": { + "navigationBarTitleText": "我的钱包" + } + }, { "path": "pages/goodsDetail/index", "style": { diff --git a/pages/center/wallet.vue b/pages/center/wallet.vue new file mode 100644 index 0000000..c87df53 --- /dev/null +++ b/pages/center/wallet.vue @@ -0,0 +1,50 @@ + + + + +