Browse Source

优化

master
ltlzx 4 years ago
parent
commit
2a9060ad23
  1. 4
      src/views/wallet/exchange-assets.vue

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

@ -236,8 +236,8 @@
<div class="col-md-5"> <div class="col-md-5">
<p>{{$t('wallet.rechargeInstructions')}}</p> <p>{{$t('wallet.rechargeInstructions')}}</p>
<ul> <ul>
<li>1. {{$t('wallet.automaticallyCredited')}} {{$t('wallet.tran',{num:10,name:'USDT'})}}</li> <li>1. {{$t('wallet.automaticallyCredited')}} {{$t('wallet.tran',{num:10,name:depositeCoin})}}</li>
<li>2. {{$t('wallet.only',{name:'USDT'})}}</li> <li>2. {{$t('wallet.only',{name:depositeCoin})}}</li>
</ul> </ul>
</div> </div>
</div> </div>

Loading…
Cancel
Save