|
|
@ -233,6 +233,12 @@ |
|
|
id="deposite-trc20" value="3" /> |
|
|
id="deposite-trc20" value="3" /> |
|
|
<label class="form-check-label" for="deposite-trc20">TRC20</label> |
|
|
<label class="form-check-label" for="deposite-trc20">TRC20</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
|
|
<input class="form-check-input" type="radio" |
|
|
|
|
|
v-model="depositeAdressType" name="deposite—address-type" |
|
|
|
|
|
id="deposite-bep20" value="4" /> |
|
|
|
|
|
<label class="form-check-label" for="deposite-bep20">BEP20</label> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
@ -244,6 +250,7 @@ |
|
|
<span v-show="depositeAdressType==1">OMNI</span> |
|
|
<span v-show="depositeAdressType==1">OMNI</span> |
|
|
<span v-show="depositeAdressType==2">ERC20</span> |
|
|
<span v-show="depositeAdressType==2">ERC20</span> |
|
|
<span v-show="depositeAdressType==3">TRC20</span> |
|
|
<span v-show="depositeAdressType==3">TRC20</span> |
|
|
|
|
|
<span v-show="depositeAdressType==4">BEP20</span> |
|
|
)</template> |
|
|
)</template> |
|
|
</label> |
|
|
</label> |
|
|
<div class="input-group input-group-sm"> |
|
|
<div class="input-group input-group-sm"> |
|
|
@ -391,6 +398,12 @@ |
|
|
v-model="withdraw.addressType" value="3" /> |
|
|
v-model="withdraw.addressType" value="3" /> |
|
|
<label class="form-check-label" for="withdraw-trc20">TRC20</label> |
|
|
<label class="form-check-label" for="withdraw-trc20">TRC20</label> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
|
|
<input class="form-check-input" type="radio" |
|
|
|
|
|
name="withdraw-address-type" id="withdraw-brp20" |
|
|
|
|
|
v-model="withdraw.addressType" value="4" /> |
|
|
|
|
|
<label class="form-check-label" for="withdraw-brp20">BEP20</label> |
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
</template> |
|
|
</template> |
|
|
<div class="form-group mt-2"> |
|
|
<div class="form-group mt-2"> |
|
|
@ -401,8 +414,9 @@ |
|
|
<template v-if="withdrawCoin == 'USDT'">(USDT- |
|
|
<template v-if="withdrawCoin == 'USDT'">(USDT- |
|
|
<span v-show="withdraw.addressType==1">OMNI</span> |
|
|
<span v-show="withdraw.addressType==1">OMNI</span> |
|
|
<span v-show="withdraw.addressType==2">ERC20</span> |
|
|
<span v-show="withdraw.addressType==2">ERC20</span> |
|
|
<span |
|
|
<span v-show="withdraw.addressType==3">TRC20</span> |
|
|
v-show="withdraw.addressType==3">TRC20</span>)</template> |
|
|
<span v-show="withdraw.addressType==4">BEP20</span> |
|
|
|
|
|
)</template> |
|
|
</span> |
|
|
</span> |
|
|
<span> |
|
|
<span> |
|
|
{{$t('wallet.low')}}:{{withdrawFee.withdrawal_min}} |
|
|
{{$t('wallet.low')}}:{{withdrawFee.withdrawal_min}} |
|
|
|