Browse Source

修改币币英文

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

4
i18n/lang/en.json

@ -649,8 +649,8 @@
"f2": "About the contract",
"f3": "Risk Protection Fund",
"f4": "Fund Expense History",
"f5": "Ordinary Commission",
"f6": "Market Order",
"f5": "Limit Price",
"f6": "Market Price",
"f7": "Whether to use",
"f8": "The price",
"f9": "Open position with double leverage",

2
i18n/lang/zh-TW.json

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

2
pages/exchange/exchange-transaction.vue

@ -106,7 +106,7 @@
<!-- <view class="col-fff">{{form.entrust_price}}</view> -->
</view>
<!-- <el-input-number controls-position="right" @change="handleChange" :min="1" :max="10"></el-input-number> -->
<view class="tips fn-xs m-t-xs">估值 ${{ omitTo(form.entrust_price*price_cny,2) }}</view>
<view class="tips fn-xs m-t-xs">{{$t('common.c7')}} ${{ omitTo(form.entrust_price*price_cny,2) }}</view>
</view>
<view class="m-t-ms">
<v-input

3
pages/exchange/open-position.vue

@ -993,7 +993,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