|
|
|
@ -116,7 +116,7 @@ |
|
|
|
v-if="form.type == 1" |
|
|
|
disabled |
|
|
|
:value='$t("first.a4")' |
|
|
|
class="h-30 p-y-xxs rounded fn-center fn-bold color-light bg-form-panel-3 p-x-xs" |
|
|
|
class="h-30 p-y-xxs rounded fn-center color-light bg-form-panel-3 p-x-xs" |
|
|
|
></v-input> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
@ -129,7 +129,7 @@ |
|
|
|
class="h-30 p-x-sm p-y-xxs rounded bg-form-panel-3" |
|
|
|
> |
|
|
|
<template #right> |
|
|
|
<span class="color-light fn-bold"> |
|
|
|
<span class="color-light"> |
|
|
|
<!-- {{ $t("contract.d8") }} --> |
|
|
|
USDT |
|
|
|
</span> |
|
|
|
@ -795,8 +795,10 @@ export default { |
|
|
|
popshow:false, |
|
|
|
contractInstruction:'', |
|
|
|
commissionTypes:[ |
|
|
|
{ label: this.$t("contract.f6"), value: 1 }, |
|
|
|
{ label: this.$t("exchange.d6")+this.$t("contract.g5"), value: 0 } |
|
|
|
// { label: this.$t("contract.f6"), value: 1 }, |
|
|
|
// { label: this.$t("exchange.d6")+this.$t("contract.g5"), value: 0 } |
|
|
|
{ label: this.$t("exchange.d7"), value: 1 }, |
|
|
|
{ label: this.$t("exchange.d6"), value: 0 } |
|
|
|
], |
|
|
|
shixian:[ |
|
|
|
{ label: this.$t("contract.d7"), value: 2 }, |
|
|
|
@ -888,8 +890,10 @@ export default { |
|
|
|
isShow(n) { |
|
|
|
this.$emit("symbols",this.symbol) |
|
|
|
this.commissionTypes=[ |
|
|
|
{ label: this.$t("contract.f6"), value: 1 }, |
|
|
|
{ label: this.$t("contract.f5"), value: 0 } |
|
|
|
// { label: this.$t("contract.f6"), value: 1 }, |
|
|
|
// { label: this.$t("contract.f5"), value: 0 }, |
|
|
|
{ label: this.$t("exchange.d7"), value: 1 }, |
|
|
|
{ label: this.$t("exchange.d6"), value: 0 } |
|
|
|
] |
|
|
|
if (n&&this.isLogin) { |
|
|
|
// this.generalizeInfo() |
|
|
|
|