Browse Source

修改

master
liaoxinyu 2 years ago
parent
commit
35a18b6071
  1. 8
      pages/exchange/open-position.vue

8
pages/exchange/open-position.vue

@ -25,18 +25,18 @@
</v-link>
</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="item w-33 t-no positions">
<view class="label">{{ $t("contract.d4") }}(USDT)</view>
<view class="item w-33 t-no positions" style="width: 29%;">
<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;">
<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"/>
</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">
<!-- {{ $t("contract.d5") }} -->
{{ $t("contract.e4") }}
(USDT)
<text v-if="accountInfo.usable_balance">(USDT)</text>
</view>
<view class="num color-light " style="margin-top:8px;">
<!-- {{accountInfo.totalUnrealProfit}} -->

Loading…
Cancel
Save