Browse Source

合约限价时新增价格

master
liaoxinyu 5 months ago
parent
commit
f5171f0f1a
  1. 8
      pages/exchange/open-position.vue

8
pages/exchange/open-position.vue

@ -140,12 +140,12 @@
@change="form.entrust_price=$event.detail" @change="form.entrust_price=$event.detail"
v-if="form.type == 0" v-if="form.type == 0"
/> --> /> -->
<view class="" style="display: flex;" v-if="false"> <view class="" style="display: flex;">
<view class="" style="border: 1px solid #1B1B1B;width: 100px;padding-left: 5px;font-size: 20rpx;"> <view v-if="form.type == 0" style="border: 1px solid #1B1B1B;width: 100%;padding-left: 5px;font-size: 20rpx;">
{{$t('exchange.d2')}}(USDT) {{$t('exchange.d2')}}(USDT)
<input type="text" v-model="form.entrust_price" :placeholder="$t('exchange.c5')"> <input type="text" v-model="form.entrust_price" :placeholder="$t('exchange.c5')">
</view> </view>
<view class="m-l-xs col-fff" style="border: 1px solid #1B1B1B;line-height: 40px;width: 55px;text-align: center;overflow: hidden;"> <view v-if="false" class="m-l-xs col-fff" style="border: 1px solid #1B1B1B;line-height: 40px;width: 55px;text-align: center;overflow: hidden;">
{{$t("base.g5")}} {{$t("base.g5")}}
</view> </view>
</view> </view>
@ -178,7 +178,7 @@
<template #right> <template #right>
<view class="color-light fn-bold" style="margin-right: 10px;"> <view class="color-light fn-bold" style="margin-right: 10px;">
{{ $t("contract.d8") }} {{ $t("contract.d8") }}
{{symbol.split('/')[0]}} <!-- {{symbol.split('/')[0]}} -->
<i class="iconfont m-l-xs fn-sm">&#xe6e9;</i> <i class="iconfont m-l-xs fn-sm">&#xe6e9;</i>
</view> </view>
</template> </template>

Loading…
Cancel
Save