|
@@ -33,13 +33,13 @@
|
|
</div>
|
|
</div>
|
|
<div class="right">
|
|
<div class="right">
|
|
<div class="num">
|
|
<div class="num">
|
|
- <a-tooltip :title="data.currencies[0].balance">
|
|
|
|
- {{ getBit(data.currencies[0].balance) }}
|
|
|
|
|
|
+ <a-tooltip :title="data.totalBalance">
|
|
|
|
+ {{ getBit(data.totalBalance) }}
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
</div>
|
|
</div>
|
|
<div class="amount" v-if="data.currencies[0].currencyType == 2">
|
|
<div class="amount" v-if="data.currencies[0].currencyType == 2">
|
|
- <a-tooltip :title="'$'+data.currencies[0].usdEstimateBalance">
|
|
|
|
- ${{ getBit(data.currencies[0].usdEstimateBalance) }}
|
|
|
|
|
|
+ <a-tooltip :title="'$'+data.totalUsdEstimateBalance">
|
|
|
|
+ ${{ getBit(data.totalUsdEstimateBalance) }}
|
|
</a-tooltip>
|
|
</a-tooltip>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|