This commit is contained in:
2026-06-26 15:28:10 +08:00
parent 3c7c5ae69e
commit e9fbb956e4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<div class="amount-section"> <div class="amount-section">
<div class="section-label"> <div class="section-label">
{{ t('withdraw.dialog.amount') }} {{ t('withdraw.dialog.amount') }}
<span class="max-balance">最大可取{{ totalWalletBalance }} {{ currentCurrency }}</span> <span class="max-balance">最大可取{{ totalWalletBalance }}</span>
</div> </div>
<el-input v-model="withdrawAmount" type="number" :placeholder="t('withdraw.dialog.amountPlaceholder')" <el-input v-model="withdrawAmount" type="number" :placeholder="t('withdraw.dialog.amountPlaceholder')"
@input="handleAmountInput"> @input="handleAmountInput">