From bb0e42104a27dc38a422f1a9914c379795553e7c Mon Sep 17 00:00:00 2001 From: zhangdongxue Date: Mon, 27 Sep 2021 16:21:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=83=BD=E9=87=8F=E7=A2=8E=E7=89=87=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E9=A1=B5=E9=9D=A2=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apis/interfaces/withdraws.js | 12 +++++- components/property/record.vue | 2 +- pages/wallet/addBank.vue | 1 + pages/wallet/bankList.vue | 15 +++++-- pages/wallet/extract.vue | 73 +++++++++++++++++++------------ pages/wallet/fragment.vue | 79 +++++++++++++++++++++------------- pages/wallet/property.vue | 18 ++------ 7 files changed, 120 insertions(+), 80 deletions(-) diff --git a/apis/interfaces/withdraws.js b/apis/interfaces/withdraws.js index 9fad558..66472f4 100644 --- a/apis/interfaces/withdraws.js +++ b/apis/interfaces/withdraws.js @@ -82,7 +82,14 @@ const withdrawsIndexLists = (data) => { }) } -// +// 能量碎片记录 + const userAccoutScores = (data) => { + return request({ + url: 'user/account/scores', + method: 'get', + data: data + }) + } export { accountsCreate, @@ -93,5 +100,6 @@ export { withdrawsAccountsDelete, withdrawsIndexCreate, withdrawsIndex, - withdrawsIndexLists + withdrawsIndexLists, + userAccoutScores } diff --git a/components/property/record.vue b/components/property/record.vue index a5a5ccd..6f090fd 100644 --- a/components/property/record.vue +++ b/components/property/record.vue @@ -1,7 +1,7 @@