Browse Source

合约持仓USDT改成数量

master
liaoxinyu 9 months ago
parent
commit
6710c53c50
  1. 3
      pages/exchange/open-position.vue

3
pages/exchange/open-position.vue

@ -606,7 +606,8 @@
</view>
</view>
<view class="w-33 fn-right">
<view class="label">{{ $t("contract.a1") }}({{ $t("contract.d8") }})</view>
<!-- <view class="label">{{ $t("contract.a1") }}({{ $t("contract.d8") }})</view> -->
<view class="label" style="word-wrap: break-word;">{{ $t("contract.a1") }}({{ $t("common.amout") }})</view>
<view class="color-light">
{{item.avail_position}}
</view>

Loading…
Cancel
Save