From 19859de024952e31538523e2195e1b7257fd56f8 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 11 Mar 2023 13:19:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 9 ++ pages/account/myAccount.vue | 91 ++++++++++--------- pages/account/preStoreAccount.vue | 139 ++++++++++++++++++++++++++++++ 3 files changed, 192 insertions(+), 47 deletions(-) create mode 100644 pages/account/preStoreAccount.vue diff --git a/pages.json b/pages.json index 6001019..e4df14a 100755 --- a/pages.json +++ b/pages.json @@ -802,6 +802,15 @@ } } + ,{ + "path" : "pages/account/preStoreAccount", + "style" : + { + "navigationBarTitleText": "账户充值", + "enablePullDownRefresh": false + } + + } ], "tabBar": { "color": "#272636", diff --git a/pages/account/myAccount.vue b/pages/account/myAccount.vue index ce357e1..7eb9166 100644 --- a/pages/account/myAccount.vue +++ b/pages/account/myAccount.vue @@ -1,35 +1,51 @@ + +