Browse Source

修改币币英文

master
liaoxinyu 8 months ago
parent
commit
648b8f3933
  1. 2
      i18n/lang/en.json
  2. 2
      i18n/lang/zh-TW.json
  3. 3
      pages/exchange/open-position.vue

2
i18n/lang/en.json

@ -672,7 +672,7 @@
"f2": "About the contract",
"f3": "Risk Protection Fund",
"f4": "Fund Expense History",
"f5": "Ordinary Commission",
"f5": "Limit PriceDelegated Freeze",
"f6": "Market Order",
"f7": "Whether to use",
"f8": "The price",

2
i18n/lang/zh-TW.json

@ -669,7 +669,7 @@
"f2": "關於合約",
"f3": "風險保障基金",
"f4": "資金費用歷史",
"f5": "普通委託",
"f5": "限價委託",
"f6": "市價委託",
"f7": "是否以",
"f8": "的價格",

3
pages/exchange/open-position.vue

@ -998,7 +998,8 @@ 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.g5"), value: 0}
{label: this.$t("contract.f5"), value: 0}
],
shixian: [
{label: this.$t("contract.d7"), value: 2},

Loading…
Cancel
Save