|
|
|
@ -38,7 +38,7 @@ |
|
|
|
<div class="h6">{{$t('wallet.allAssets')}}</div> |
|
|
|
<div> |
|
|
|
<div class="custom-control custom-switch"> |
|
|
|
<input type="checkbox" v-model="showValue" class="custom-control-input" id="numerical-control" /> |
|
|
|
<input type="checkbox" v-model="showValue" class="custom-control-input" id="numerical-control" title="" /> |
|
|
|
<label class="custom-control-label" for="numerical-control">{{$t('wallet.showNum')}}</label> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
@ -123,12 +123,12 @@ |
|
|
|
</ul>--> |
|
|
|
<form class="form-inline search-box"> |
|
|
|
<div class="form-check mb-2 mr-sm-2"> |
|
|
|
<input class="form-check-input" type="checkbox" id="hideZero" v-model="isHideZero" /> |
|
|
|
<input class="form-check-input" type="checkbox" id="hideZero" v-model="isHideZero" title="" /> |
|
|
|
<label class="form-check-label" for="hideZero">{{$t('wallet.hide')}} 0 {{$t('wallet.balanceAssets')}}</label> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="mb-2 mr-sm-2"> |
|
|
|
<input type="text" v-model="keyword" class="form-control mb-2 mr-sm-2" :placeholder="$t('wallet.searchCurrency')" /> |
|
|
|
<input type="text" v-model="keyword" class="form-control mb-2 mr-sm-2" :placeholder="$t('wallet.searchCurrency')" title="" /> |
|
|
|
|
|
|
|
<router-link to="/wallet/address" class="btn btn-success rounded-pill mb-2">{{$t('wallet.addressManagement')}}</router-link> |
|
|
|
</div> |
|
|
|
@ -203,11 +203,11 @@ |
|
|
|
<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-erc20" value="2" /> |
|
|
|
<input class="form-check-input" type="radio" v-model="depositeAdressType" name="deposite—address-type" id="deposite-erc20" value="2" title="" /> |
|
|
|
<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" /> |
|
|
|
<input class="form-check-input" type="radio" v-model="depositeAdressType" name="deposite—address-type" id="deposite-trc20" value="3" title="" /> |
|
|
|
<label class="form-check-label" for="deposite-trc20">TRC20</label> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
@ -229,7 +229,7 @@ |
|
|
|
</span> |
|
|
|
</div> --> |
|
|
|
<template v-if="deposite.address!=''"> |
|
|
|
<input type="text" v-model="deposite.address" readonly class="form-control" id="deposite-address" required /> |
|
|
|
<input type="text" v-model="deposite.address" readonly class="form-control" id="deposite-address" required title="" /> |
|
|
|
<div class="input-group-append dopsite-control" data-clipboard-target="#deposite-address"> |
|
|
|
<span class="my-pop input-group-text" data-toggle="popover" data-placement="bottom" :data-content="$t('wallet.rechargeAddress')+'!'"> |
|
|
|
<a href="javascript:void 0" alt="Copy to clipboard">{{$t('wallet.copy')}}</a> |
|
|
|
@ -244,7 +244,7 @@ |
|
|
|
<div class="form-group mt-2" v-if="false"> |
|
|
|
<label for="formGroupExampleInput">{{$t('wallet.rechargeQuantity')}}</label> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="number" class="form-control" required min="0" step="0.00000001" v-model="deposite.amount" :placeholder="$t('wallet.enterQuantity')" /> |
|
|
|
<input type="number" class="form-control" required min="0" step="0.00000001" v-model="deposite.amount" :placeholder="$t('wallet.enterQuantity')" title="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
@ -275,7 +275,7 @@ |
|
|
|
</span> |
|
|
|
</label> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="text" v-model="paypal.number" readonly class="form-control" id="deposite-address1" required /> |
|
|
|
<input type="text" v-model="paypal.number" readonly class="form-control" id="deposite-address1" required title="" /> |
|
|
|
<div class="input-group-append dopsite-control1" data-clipboard-target="#deposite-address1"> |
|
|
|
<span class="my-pop1 input-group-text" data-toggle="popover" data-placement="bottom" :data-content="'Paypal'+$t('otc.d8')+'!'"> |
|
|
|
<a href="javascript:void 0" alt="Copy to clipboard">{{$t('wallet.copy')}}</a> |
|
|
|
@ -289,7 +289,7 @@ |
|
|
|
</span> |
|
|
|
</label> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="number" :placeholder="$t('application.pleaseEnter')+$t('wallet.rechargeQuantity')" v-model="paypal.amount" class="form-control" /> |
|
|
|
<input type="number" :placeholder="$t('application.pleaseEnter')+$t('wallet.rechargeQuantity')" v-model="paypal.amount" class="form-control" title="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
@ -339,11 +339,11 @@ |
|
|
|
<label class="form-check-label" for="withdraw-omni">OMNI</label> |
|
|
|
</div> --> |
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
<input class="form-check-input" type="radio" name="withdraw-address-type" id="withdraw-erc20" v-model="withdraw.addressType" value="2" /> |
|
|
|
<input class="form-check-input" type="radio" name="withdraw-address-type" id="withdraw-erc20" v-model="withdraw.addressType" value="2" title="" /> |
|
|
|
<label class="form-check-label" for="withdraw-erc20">ERC20</label> |
|
|
|
</div> |
|
|
|
<div class="form-check form-check-inline"> |
|
|
|
<input class="form-check-input" type="radio" name="withdraw-address-type" id="withdraw-trc20" v-model="withdraw.addressType" value="3" /> |
|
|
|
<input class="form-check-input" type="radio" name="withdraw-address-type" id="withdraw-trc20" v-model="withdraw.addressType" value="3" title="" /> |
|
|
|
<label class="form-check-label" for="withdraw-trc20">TRC20</label> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -363,24 +363,24 @@ |
|
|
|
</span> |
|
|
|
</label> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="text" :placeholder="$t('wallet.enterDrawAddress')" :data-message="$t('wallet.invalidWallet')+'!'" v-model="withdraw.address" class="form-control" required /> |
|
|
|
<input type="text" :placeholder="$t('wallet.enterDrawAddress')" :data-message="$t('wallet.invalidWallet')+'!'" v-model="withdraw.address" class="form-control" required title="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="form-group mt-2"> |
|
|
|
<label class="d-flex justify-content-between" for="formGroupExampleInput"> |
|
|
|
<span>{{$t('wallet.withdrawalsNumber')}}</span> |
|
|
|
<span> |
|
|
|
<input class="form-check-input" type="checkbox" id="allAssets" v-model="allAssets" /> |
|
|
|
<input class="form-check-input" type="checkbox" id="allAssets" v-model="allAssets" title="" /> |
|
|
|
<label for="allAssets">{{$t('wallet.all')}}</label> |
|
|
|
<span>{{$t('wallet.availableBalance')}}: {{withdrawFee.usable_balance}} {{withdrawCoin}}</span> |
|
|
|
</span> |
|
|
|
</label> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="number" v-model="withdraw.amount" step="0.00000001" :placeholder="$t('wallet.enterDrawNum')" class="form-control" /> |
|
|
|
<input type="number" v-model="withdraw.amount" step="0.00000001" :placeholder="$t('wallet.enterDrawNum')" class="form-control" title="" /> |
|
|
|
</div> |
|
|
|
<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 type="password" v-model="withdraw.password" required :placeholder="$t('login.password')" class="form-control" /> |
|
|
|
<input type="password" v-model="withdraw.password" required :placeholder="$t('login.password')" class="form-control" title="" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
@ -392,7 +392,7 @@ |
|
|
|
<img :src="Graph_che" @click="gett_gc_code"> |
|
|
|
</label> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="text" id="gccode" v-model="withdraw.gc_code" required :placeholder="$t('common.GraphicValidation')" class="form-control" /> |
|
|
|
<input type="text" id="gccode" v-model="withdraw.gc_code" required :placeholder="$t('common.GraphicValidation')" class="form-control" title="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
@ -406,7 +406,7 @@ |
|
|
|
</span> |
|
|
|
</label> |
|
|
|
<div class="input-group input-group-sm"> |
|
|
|
<input type="text" id="EmailCode" v-model="withdraw.emailcode" :placeholder="$t('common.enterEmailCode')" class="form-control" /> |
|
|
|
<input type="text" id="EmailCode" v-model="withdraw.emailcode" :placeholder="$t('common.enterEmailCode')" class="form-control" title="" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|
|