This commit is contained in:
parent
3c7c5ae69e
commit
e9fbb956e4
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue