From 376434ec155f3b357508e199347ca43fe68d35ee Mon Sep 17 00:00:00 2001 From: Seven Date: Mon, 22 Dec 2025 23:13:42 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E5=92=8C=E5=85=85=E5=80=BC=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E7=9B=B8=E5=85=B3=E6=95=B0=E6=8D=AE=E5=A4=84=E7=90=86?= =?UTF-8?q?=E5=92=8C=E7=95=8C=E9=9D=A2=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/types.ts | 4 + src/views/wallet/bill.vue | 6 +- .../{fait-deposit.vue => deposit.vue} | 0 src/views/wallet/components/withdraw.vue | 161 ++++++++++++++++++ 4 files changed, 169 insertions(+), 2 deletions(-) rename src/views/wallet/components/{fait-deposit.vue => deposit.vue} (100%) create mode 100644 src/views/wallet/components/withdraw.vue diff --git a/src/api/types.ts b/src/api/types.ts index aba591d..ddae3b8 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -59,3 +59,7 @@ export type EmailVerifyClient = TreatyBody["data"][number]; export type UserDepositOrderBody = TreatyQuery; + +export type UserWithdrawOrderData = Treaty.Data["data"][number]; + +export type UserWithdrawOrderBody = TreatyQuery; diff --git a/src/views/wallet/bill.vue b/src/views/wallet/bill.vue index 240cbf9..24b2a30 100644 --- a/src/views/wallet/bill.vue +++ b/src/views/wallet/bill.vue @@ -1,5 +1,6 @@ @@ -19,7 +20,8 @@ const activeTab = ref("deposit"); - + + diff --git a/src/views/wallet/components/fait-deposit.vue b/src/views/wallet/components/deposit.vue similarity index 100% rename from src/views/wallet/components/fait-deposit.vue rename to src/views/wallet/components/deposit.vue diff --git a/src/views/wallet/components/withdraw.vue b/src/views/wallet/components/withdraw.vue new file mode 100644 index 0000000..81f4046 --- /dev/null +++ b/src/views/wallet/components/withdraw.vue @@ -0,0 +1,161 @@ + + + + +