From 96a699cab2f312afe5685dd77f65d0693b7ae63b Mon Sep 17 00:00:00 2001 From: haymond-ZK Date: Wed, 24 Apr 2024 19:33:27 +0800 Subject: [PATCH] fix: Modify the token selection dialog on the withdraw page closed #148 --- .../common/input/TransactionWithdraw.vue | 5 + components/token/TokenSelectModal.vue | 105 +++++++++++++++++- views/transactions/Deposit.vue | 1 + views/transactions/Withdraw.vue | 4 +- 4 files changed, 109 insertions(+), 6 deletions(-) diff --git a/components/common/input/TransactionWithdraw.vue b/components/common/input/TransactionWithdraw.vue index 47c881bd..3d361804 100644 --- a/components/common/input/TransactionWithdraw.vue +++ b/components/common/input/TransactionWithdraw.vue @@ -6,6 +6,7 @@ :loading="loading" :tokens="tokens" :balances="balances" + :title="from==='withdraw'? 'Choose chain and token':''" >