|
|
@@ -49,7 +49,7 @@
|
|
|
<input v-model="fromData.money" class="card-input fs-12 mb-10" type="number" :placeholder="$t('home5.text12')+(info.mix_money||'1')">
|
|
|
<div class="justify-content-space-between">
|
|
|
<div class="fs-12 fc-12">{{$t('home5.text13')}}:{{info.proportion||'0'}} USDT</div>
|
|
|
- <div class="fs-12 fc-12">{{$t('home5.text14')}}:{{fromData.money?((fromData.money*1)-(info.proportion*1)).toFixed(6):0}}</div>
|
|
|
+ <div class="fs-12 fc-12">{{$t('home5.text14')}}:{{fromData.money?((fromData.money*(100-info.proportion*1))/100).toFixed(6):0}} USDT</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="card-1 mb-18 ">
|
|
|
@@ -84,7 +84,9 @@
|
|
|
data(){
|
|
|
return{
|
|
|
isAJAX:false,
|
|
|
- info:{},
|
|
|
+ info:{
|
|
|
+ proportion:0
|
|
|
+ },
|
|
|
list:[
|
|
|
{iconId:'1',name:'USDT(ERC20)'},
|
|
|
{iconId:'2',name:'USDT(TRC20)'},
|