Browse Source

合约新增价格

master
liaoxinyu 2 years ago
parent
commit
0bdc75b333
  1. 13
      pages/exchange/open-position.vue

13
pages/exchange/open-position.vue

@ -129,9 +129,9 @@
</v-dropdwon> </v-dropdwon>
</view> </view>
<view class="m-b-ms"> <view class="m-b-ms">
<!-- <view class="label fn-sm m-b-xs">{{ $t("contract.d1") }}</view> --> <view class="label fn-sm m-b-xs">{{ $t("contract.d1") }}</view>
<!-- 限价 --> <!-- 限价 -->
<!-- <van-stepper <van-stepper
class="d-flex justify-between" class="d-flex justify-between"
:min="0" :min="0"
input-width="61%" input-width="61%"
@ -139,7 +139,7 @@
:value="form.entrust_price" :value="form.entrust_price"
@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;" v-if="false">
<view class="" style="border: 1px solid #1B1B1B;width: 100px;padding-left: 5px;font-size: 20rpx;"> <view class="" style="border: 1px solid #1B1B1B;width: 100px;padding-left: 5px;font-size: 20rpx;">
{{$t('exchange.d2')}}(USDT) {{$t('exchange.d2')}}(USDT)
@ -991,7 +991,7 @@ export default {
contractInstruction: '', contractInstruction: '',
commissionTypes: [ commissionTypes: [
{label: this.$t("contract.f6"), value: 1}, {label: this.$t("contract.f6"), value: 1},
{label: this.$t("exchange.d6") + this.$t("contract.g5"), value: 0} {label: this.$t("exchange.d6") + this.$t("contract.a2"), value: 0}
], ],
shixian: [ shixian: [
{label: this.$t("contract.d7"), value: 2}, {label: this.$t("contract.d7"), value: 2},
@ -1094,7 +1094,7 @@ export default {
this.$emit("symbols", this.symbol) this.$emit("symbols", this.symbol)
this.commissionTypes = [ this.commissionTypes = [
{label: this.$t("contract.f6"), value: 1}, {label: this.$t("contract.f6"), value: 1},
{label: this.$t("contract.f5"), value: 0} {label: this.$t("exchange.d6") + this.$t("contract.a2"), value: 0}
] ]
if (n && this.isLogin) { if (n && this.isLogin) {
// this.generalizeInfo() // this.generalizeInfo()
@ -1769,6 +1769,7 @@ export default {
}, },
dropDownChange(e) { dropDownChange(e) {
this.form.type = e.value this.form.type = e.value
// this.getMarketInfo()
}, },
dropDownxian(e) { dropDownxian(e) {
this.activeItem.closeType = e.value this.activeItem.closeType = e.value
@ -1776,7 +1777,7 @@ export default {
changeLang(){ changeLang(){
this.commissionTypes = [ this.commissionTypes = [
{label: this.$t("contract.f6"), value: 1}, {label: this.$t("contract.f6"), value: 1},
{label: this.$t("contract.f5"), value: 0} {label: this.$t("exchange.d6") + this.$t("contract.a2"), value: 0}
] ]
} }
}, },

Loading…
Cancel
Save