|
|
|
@ -17,7 +17,10 @@ |
|
|
|
<view class="m-t-md d-flex flex-wrap justify-center fn-center w-max"> |
|
|
|
<text class="fn-28 w-max">{{ filterMoney(account.total_assets_btc) }}</text> |
|
|
|
<text class="fn-sm m-l-md w-max" |
|
|
|
>≈{{ filterMoney(account.total_assets_usd) }} USD</text> |
|
|
|
> |
|
|
|
<!-- ≈{{ filterMoney(account.total_assets_usd) }} USD --> |
|
|
|
≈{{ account.total_assets_usd }} USD |
|
|
|
</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="m-t-ms p-b-ms w-max " style="margin-top: 10px"> |
|
|
|
@ -116,7 +119,10 @@ |
|
|
|
style="position: relative" |
|
|
|
> |
|
|
|
<text class="fn-20 d-block color-light m-t-xs" |
|
|
|
>≈{{ filterMoney(account.funds_account_usd) }} </text> |
|
|
|
> |
|
|
|
<!-- ≈{{ filterMoney(account.funds_account_usd) }} --> |
|
|
|
≈{{ account.funds_account_usd }} |
|
|
|
</text> |
|
|
|
<text class="fn-sm d-block color-gray-6 m-t-xs" |
|
|
|
>{{ $t("base.d6") }}(USDT)</text> |
|
|
|
|
|
|
|
|