|
|
|
@ -129,9 +129,9 @@ |
|
|
|
</v-dropdwon> |
|
|
|
</view> |
|
|
|
<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" |
|
|
|
:min="0" |
|
|
|
input-width="61%" |
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
:value="form.entrust_price" |
|
|
|
@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;"> |
|
|
|
{{$t('exchange.d2')}}(USDT) |
|
|
|
@ -991,7 +991,7 @@ export default { |
|
|
|
contractInstruction: '', |
|
|
|
commissionTypes: [ |
|
|
|
{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: [ |
|
|
|
{label: this.$t("contract.d7"), value: 2}, |
|
|
|
@ -1094,7 +1094,7 @@ export default { |
|
|
|
this.$emit("symbols", this.symbol) |
|
|
|
this.commissionTypes = [ |
|
|
|
{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) { |
|
|
|
// this.generalizeInfo() |
|
|
|
@ -1769,6 +1769,7 @@ export default { |
|
|
|
}, |
|
|
|
dropDownChange(e) { |
|
|
|
this.form.type = e.value |
|
|
|
// this.getMarketInfo() |
|
|
|
}, |
|
|
|
dropDownxian(e) { |
|
|
|
this.activeItem.closeType = e.value |
|
|
|
@ -1776,7 +1777,7 @@ export default { |
|
|
|
changeLang(){ |
|
|
|
this.commissionTypes = [ |
|
|
|
{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} |
|
|
|
] |
|
|
|
} |
|
|
|
}, |
|
|
|
|