|
|
|
@ -40,8 +40,9 @@ |
|
|
|
</text> |
|
|
|
</view> --> |
|
|
|
<view class=""> |
|
|
|
<view class="text_figure col-fff">{{filterMoney(account.total_assets_btc, true)}}</view> |
|
|
|
<!-- <view class="text_figure col-fff">{{filterMoney(account.total_assets_btc, true)}}</view> --> |
|
|
|
<!-- <view style="color: #6FB58A;">≈ ${{ filterMoney(account.total_assets_usd, false) }} USDT</view> --> |
|
|
|
<view class="text_figure col-fff">{{ price1(account.total_assets_btc, 8) }}</view> |
|
|
|
<view style="color: #6FB58A;">≈ ${{ price1(account.total_assets_usd, 2) }}</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
@ -188,7 +189,8 @@ |
|
|
|
<text class="fn-20 d-block color-light m-t-xs"> |
|
|
|
<!-- ≈{{ filterMoney(account.funds_account_usd) }} --> |
|
|
|
<!-- ≈{{ (account.funds_account_usd).toFixed(2) }} --> |
|
|
|
≈{{ omitTo(account.funds_account_usd,2) }} |
|
|
|
<!-- ≈{{ omitTo(account.funds_account_usd,2) }} --> |
|
|
|
≈{{ price1(account.funds_account_usd,2) }} |
|
|
|
</text> |
|
|
|
<text class="fn-sm d-block color-gray-6 m-t-xs">{{ $t("base.d6") }}(USDT)</text> |
|
|
|
|
|
|
|
@ -299,7 +301,8 @@ |
|
|
|
</v-link> |
|
|
|
</view> |
|
|
|
<span class="fn-20 d-block color-light" style="margin-top: 100rpx;"> |
|
|
|
{{ filterMoney(account.contract_account_usd)}}{{ account.symbol }} |
|
|
|
<!-- {{ filterMoney(account.contract_account_usd)}}{{ account.symbol }} --> |
|
|
|
{{ price1(account.contract_account_usd,2)}}{{ account.symbol }} |
|
|
|
</span> |
|
|
|
<view class="d-flex justify-between m-t-xs"> |
|
|
|
<v-link to="/pages/transfer/index" class="d-flex"> |
|
|
|
|