From 830b8c594d640cb0ff9474bffe2aec140be16001 Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 8 Feb 2026 16:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E5=85=A5=E9=87=91?= =?UTF-8?q?=E5=92=8C=E5=87=BA=E9=87=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DepositDialog.vue | 407 ++++++++++++++++++++++++++++++ src/components/WithdrawDialog.vue | 301 ++++++++++++++++++++++ src/views/Wallet.vue | 196 +++++++++++--- 3 files changed, 866 insertions(+), 38 deletions(-) create mode 100644 src/components/DepositDialog.vue create mode 100644 src/components/WithdrawDialog.vue diff --git a/src/components/DepositDialog.vue b/src/components/DepositDialog.vue new file mode 100644 index 0000000..cae601b --- /dev/null +++ b/src/components/DepositDialog.vue @@ -0,0 +1,407 @@ + + + + + diff --git a/src/components/WithdrawDialog.vue b/src/components/WithdrawDialog.vue new file mode 100644 index 0000000..0c53ea5 --- /dev/null +++ b/src/components/WithdrawDialog.vue @@ -0,0 +1,301 @@ + + + + + diff --git a/src/views/Wallet.vue b/src/views/Wallet.vue index 972bdf4..44bd66c 100644 --- a/src/views/Wallet.vue +++ b/src/views/Wallet.vue @@ -17,10 +17,22 @@
${{ portfolioBalance }}
Today
- + Deposit - + Withdraw
@@ -52,12 +64,7 @@ mdi-information-outline
All-Time
- -
-
-
+
@@ -119,11 +126,25 @@
+ + +