|
|
@ -25,18 +25,18 @@ |
|
|
</v-link> |
|
|
</v-link> |
|
|
</view> |
|
|
</view> |
|
|
<view class="p-ms bg-form-panel-3 fn-sm m-t-xs rounded-sm d-flex justify-between w-max fn-13" > |
|
|
<view class="p-ms bg-form-panel-3 fn-sm m-t-xs rounded-sm d-flex justify-between w-max fn-13" > |
|
|
<view class="item w-33 t-no positions"> |
|
|
<view class="item w-33 t-no positions" style="width: 29%;"> |
|
|
<view class="label">{{ $t("contract.d4") }}(USDT)</view> |
|
|
<view class="label">{{ $t("contract.d4") }} <text v-if="accountInfo.account_equity">(USDT)</text></view> |
|
|
<view class="num color-light d-flex align-center" style="margin-top:8px;"> |
|
|
<view class="num color-light d-flex align-center" style="margin-top:8px;"> |
|
|
<text>{{ accountInfo.account_equity || "--"}}</text> |
|
|
<text>{{ accountInfo.account_equity || "--"}}</text> |
|
|
<van-icon name="exchange bg-form-panel-3" @click="_router.push('/pages/transfer/index')" class="p-l-xs color-theme-1 icon"/> |
|
|
<van-icon name="exchange bg-form-panel-3" @click="_router.push('/pages/transfer/index')" class="p-l-xs color-theme-1 icon"/> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="item p-x-xs t-no w-33 fn-center"> |
|
|
<view class="item p-x-xs t-no w-33 fn-center" style="width: 28%;"> |
|
|
<view class="label"> |
|
|
<view class="label"> |
|
|
<!-- {{ $t("contract.d5") }} --> |
|
|
<!-- {{ $t("contract.d5") }} --> |
|
|
{{ $t("contract.e4") }} |
|
|
{{ $t("contract.e4") }} |
|
|
(USDT) |
|
|
<text v-if="accountInfo.usable_balance">(USDT)</text> |
|
|
</view> |
|
|
</view> |
|
|
<view class="num color-light " style="margin-top:8px;"> |
|
|
<view class="num color-light " style="margin-top:8px;"> |
|
|
<!-- {{accountInfo.totalUnrealProfit}} --> |
|
|
<!-- {{accountInfo.totalUnrealProfit}} --> |
|
|
|