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 @@