|
|
|
@ -176,18 +176,19 @@ |
|
|
|
<div class="col-md-4"> |
|
|
|
<form action class="deposite-body"> |
|
|
|
<template v-if="depositeCoin =='USDT'"> |
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
<!-- <div class="form-check form-check-inline"> |
|
|
|
<input class="form-check-input" type="radio" v-model="depositeAdressType" name="deposite—address-type" id="deposite-omni" value="1" /> |
|
|
|
<label class="form-check-label" for="deposite-omni">OMNI</label> |
|
|
|
</div> --> |
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
<input class="form-check-input" type="radio" v-model="depositeAdressType" name="deposite—address-type" id="deposite-trc20" value="3" /> |
|
|
|
<label class="form-check-label" for="deposite-trc20">TRC20</label> |
|
|
|
</div> |
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
<input class="form-check-input" type="radio" v-model="depositeAdressType" name="deposite—address-type" id="deposite-erc20" value="2" /> |
|
|
|
<label class="form-check-label" for="deposite-erc20">ERC20</label> |
|
|
|
</div> |
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
<input class="form-check-input" type="radio" v-model="depositeAdressType" name="deposite—address-type" id="deposite-trc20" value="3" /> |
|
|
|
<label class="form-check-label" for="deposite-trc20">TRC20</label> |
|
|
|
</div> |
|
|
|
|
|
|
|
</template> |
|
|
|
|
|
|
|
<div class="form-group mt-2"> |
|
|
|
@ -414,7 +415,7 @@ export default { |
|
|
|
showValue: true, // 默认隐藏资产数值 |
|
|
|
|
|
|
|
depositeCoin: null, |
|
|
|
depositeAdressType: 1, // 默认充值类型 1 为 omin 2 为 erc20 |
|
|
|
depositeAdressType: 3, // 默认充值类型 1 为 omin 2 为 erc20 |
|
|
|
|
|
|
|
withdrawCoin: null, |
|
|
|
|
|
|
|
|