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