From 1a5e00053e40e4309cd37ad11e6b87fd89736d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98=E2=80=98?= Date: Sun, 29 Jan 2023 17:23:57 +0800 Subject: [PATCH] =?UTF-8?q?feature-hub-1.0:=E6=96=B0=E5=A2=9E=E6=8F=90?= =?UTF-8?q?=E7=8E=B0=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages-userInfo/withdraw/withdraw.vue | 121 +++++------------- pages-userInfo/withdraw/withdrawLog.vue | 161 ++++++++++++++++++++++++ pages.json | 12 +- 3 files changed, 199 insertions(+), 95 deletions(-) create mode 100644 pages-userInfo/withdraw/withdrawLog.vue diff --git a/pages-userInfo/withdraw/withdraw.vue b/pages-userInfo/withdraw/withdraw.vue index d8a5acf..9b41d7d 100644 --- a/pages-userInfo/withdraw/withdraw.vue +++ b/pages-userInfo/withdraw/withdraw.vue @@ -1,92 +1,37 @@ diff --git a/pages.json b/pages.json index 696e0cb..87e78bc 100644 --- a/pages.json +++ b/pages.json @@ -137,12 +137,20 @@ } }, { - "path": "withdraw/withdraw", + "path": "withdraw/withdrawLog", "style": { "navigationBarTitleText": "提现记录", "enablePullDownRefresh": true } - }, { + }, + { + "path": "withdraw/withdraw", + "style": { + "navigationBarTitleText": "提现", + "enablePullDownRefresh": true + } + }, + { "path": "notice/noticeDetail", "style": { "navigationBarTitleText": "公告详情",