|
|
|
@ -171,7 +171,8 @@ |
|
|
|
<!-- data-target="#deposite" --> |
|
|
|
<button type="button" class="btn btn-outline-primary" |
|
|
|
data-toggle="modal" @click="enterDeposite(item)" |
|
|
|
:disabled="!item.is_withdraw">{{$t('wallet.recharge')}}</button> |
|
|
|
:disabled="!item.is_withdraw" |
|
|
|
>{{$t('wallet.recharge')}}</button> |
|
|
|
<!-- <button type="button" class="btn btn-outline-primary" data-toggle="modal" data-target="#withdraw" @click="enterWithdraw(item)" :disabled="!item.is_withdraw">{{$t('wallet.withdrawal')}}</button> --> |
|
|
|
<button type="button" class="btn btn-outline-primary" |
|
|
|
data-target="#withdraw" @click="enterWithdraw(item)" |
|
|
|
@ -290,9 +291,10 @@ |
|
|
|
<div class="col-md-5"> |
|
|
|
<p>{{$t('wallet.rechargeInstructions')}}</p> |
|
|
|
<ul> |
|
|
|
<li>1. {{$t('wallet.automaticallyCredited')}} |
|
|
|
<li v-if="depositeCoin == 'USDC'">1. {{$t('nav.c10',{num:'10 '+depositeCoin})}}</li> |
|
|
|
<li>{{depositeCoin == 'USDC'? 2 : 1}}. {{$t('wallet.automaticallyCredited')}} |
|
|
|
{{$t('wallet.tran',{num:10,name:depositeCoin})}}</li> |
|
|
|
<li>2. {{$t('wallet.only',{name:depositeCoin})}}</li> |
|
|
|
<li>{{depositeCoin == 'USDC'? 3 : 2}}. {{$t('wallet.only',{name:depositeCoin})}}</li> |
|
|
|
<!-- <li>3. {{depositeAdressType==2?$t('wallet.Ethereun',{name:'Ethereun'}):$t('wallet.Ethereun',{name:'TRON'})}}</li> --> |
|
|
|
</ul> |
|
|
|
</div> |
|
|
|
|