Browse Source

input隐藏浏览器的提示

master
liaoxinyu 2 years ago
parent
commit
c1736d1b7f
  1. 32
      src/views/wallet/exchange-assets.vue

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

@ -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,7 +123,7 @@
</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>
@ -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>
@ -231,7 +231,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>
@ -246,7 +246,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>
@ -276,7 +276,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>
@ -290,7 +290,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>
@ -340,11 +340,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>
@ -364,24 +364,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>
@ -393,7 +393,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>
@ -407,7 +407,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>

Loading…
Cancel
Save