From b3014396449799c043f8bb7ddf76ddf91471c859 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E7=8B=BC?= <2468023037@qq.com> Date: Thu, 20 Feb 2025 15:51:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E5=AE=A1=E6=89=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/withdraw.ts | 9 +++++++ src/views/withdraw/index.vue | 50 +++++++++++++++++++++++++++--------- 2 files changed, 47 insertions(+), 12 deletions(-) diff --git a/src/api/withdraw.ts b/src/api/withdraw.ts index e27ef51..ce6fcfd 100644 --- a/src/api/withdraw.ts +++ b/src/api/withdraw.ts @@ -44,3 +44,12 @@ export interface ListParams { export function lists(params: ListParams) { return axios.post('/admin/api/v1/withdraw/lists',params); } + +/** + * + * @param data 管理员同意转账 + * @returns + */ +export function pushMoney(params:any) { + return axios.post('/api/withdraw/pushMoney',params); + } diff --git a/src/views/withdraw/index.vue b/src/views/withdraw/index.vue index 4b7c565..34a81fa 100644 --- a/src/views/withdraw/index.vue +++ b/src/views/withdraw/index.vue @@ -67,6 +67,11 @@ + + + @@ -96,10 +101,9 @@