From 0f00347a002aea2bdda9de8f4561cf3fae78b22e Mon Sep 17 00:00:00 2001 From: Leo_Ding <2405260743@qq.com> Date: Tue, 13 Jan 2026 17:24:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/home.ts | 8 +- src/views/admin/account/accountSet/index.vue | 2 +- .../admin/account/cost/balance/index.vue | 180 +++++-------- .../admin/account/cost/deposit/index.vue | 183 +++---------- .../admin/account/cost/myMoney/index.vue | 244 +++++------------- .../admin/account/realnameAuth/index.vue | 6 +- src/views/admin/home/index.vue | 21 +- src/views/admin/index.vue | 38 ++- 8 files changed, 223 insertions(+), 459 deletions(-) diff --git a/src/apis/home.ts b/src/apis/home.ts index f7c85b5..ff779d7 100644 --- a/src/apis/home.ts +++ b/src/apis/home.ts @@ -27,4 +27,10 @@ export const getMessageList = (params:any) => request.get('/v1/message/message_l export const CodeAuth=(params:any)=>request.put("/v1/auth/update_password_auth",params) //提现 -export const tixian=(params:any)=>request.put("/v1/balance/withdraw",params) \ No newline at end of file +export const tixian=(params:any)=>request.put("/v1/balance/withdraw",params) + +//充值记录 +export const getUpList=(params:any)=>request.get("/v1/balance/top_up_list",{params}) + +//提现记录 +export const getWithdrawList=(params:any)=>request.get("/v1/balance/withdraw_list",{params}) \ No newline at end of file diff --git a/src/views/admin/account/accountSet/index.vue b/src/views/admin/account/accountSet/index.vue index d626a80..2149297 100644 --- a/src/views/admin/account/accountSet/index.vue +++ b/src/views/admin/account/accountSet/index.vue @@ -1,5 +1,5 @@