Browse Source

修改

master
453530270@qq.com 2 years ago
parent
commit
43ea596477
  1. 2
      src/views/wallet/exchange-assets.vue

2
src/views/wallet/exchange-assets.vue

@ -361,7 +361,7 @@
<span class="text-right">{{$t('wallet.handlingFee1')}}: {{withdrawCoin=='USDT'&&withdraw.addressType==3?withdrawFee.trc20:withdrawFee.withdrawal_fee }} {{withdrawCoin}}</span>
<div class="input-group input-group-sm password">
<input v-model="withdraw.password" required :placeholder="$t('login.password')" class="form-control" />
<input type="password" v-model="withdraw.password" autocompte="off" required :placeholder="$t('login.password')" class="form-control" />
</div>

Loading…
Cancel
Save