李凌
2025-09-10 2732ac88d39ba734771ddf014ef5a5131c4196dd
停牌
14 files modified
28 ■■■■ changed files
src/components/Transform/trade-order-area/index.vue 8 ●●●● patch | view | raw | blame | history
src/i18n/Deutsch.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Italy.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Japanese.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Portuguese.js 1 ●●●● patch | view | raw | blame | history
src/i18n/Spanish.js 1 ●●●● patch | view | raw | blame | history
src/i18n/cn.js 1 ●●●● patch | view | raw | blame | history
src/i18n/en.js 1 ●●●● patch | view | raw | blame | history
src/i18n/fa.js 1 ●●●● patch | view | raw | blame | history
src/i18n/korean.js 1 ●●●● patch | view | raw | blame | history
src/i18n/th.js 1 ●●●● patch | view | raw | blame | history
src/i18n/vi.js 1 ●●●● patch | view | raw | blame | history
src/i18n/zhcn.js 1 ●●●● patch | view | raw | blame | history
src/views/cryptos/Trade/index.vue 8 ●●●●● patch | view | raw | blame | history
src/components/Transform/trade-order-area/index.vue
@@ -26,6 +26,11 @@
    <div class="h-70 lh-70  inputBackground mb-25 flex justify-center px-16 textColor2">
      <span>{{ title }}</span>
    </div>
    <template  v-if="initClose.status / 1 === 0">
      <div class="flex justify-center items-center h-66 buy-item">{{ $t('停牌中,禁止交易') }}</div>
    </template>
    <template v-else>
    <div class="flex total-list">
      <div class="total-div" :class="[!isTotal ? 'active-bg' : '']" @click="checkIsTotal(false)">
        {{ $t('数量') }}
@@ -71,7 +76,7 @@
      :class="currentType === 'open' ? 'bg-green' : 'bg-red'" @click="order()">
      {{ currentType == 'open' ? $t('买入') : $t('卖出') }}
    </div>
    </template>
  </div>
</template>
@@ -556,6 +561,7 @@
.inputBackground {
  border-radius: 2.5rem;
  input {
    background: transparent !important;
  }
src/i18n/Deutsch.js
@@ -2828,4 +2828,5 @@
    "已缴纳": "Bezahlt",
    "已分发": "Verteilt",
    "中签数量": "Zuteilungsmenge",
    "停牌中,禁止交易": "Finger weg, ware aus",
}
src/i18n/Italy.js
@@ -2918,4 +2918,5 @@
    "已缴纳": "Pagato",
    "已分发": "Distribuito",
    "中签数量": "Quantità di assegnazione",
    "停牌中,禁止交易": "In caso di sospensione, il commercio è vietato",
}
src/i18n/Japanese.js
@@ -2686,4 +2686,5 @@
    "已缴纳": "支払済み",
    "已分发": "配布済み",
    "中签数量": "当選数量",
    "停牌中,禁止交易": "取引停止中,取引禁止です",
}
src/i18n/Portuguese.js
@@ -638,4 +638,5 @@
    "已缴纳": "Pago",
    "已分发": "Distribuído",
    "中签数量": "Quantidade de alocação",
    "停牌中,禁止交易": "Suspensão, proibição de negociação.",
}
src/i18n/Spanish.js
@@ -2601,4 +2601,5 @@
    "已缴纳": "Pagado",
    "已分发": "Distribuido",
    "中签数量": "Cantidad de asignación",
    "停牌中,禁止交易": "Suspendido, sin comercio",
}
src/i18n/cn.js
@@ -2807,4 +2807,5 @@
    "已缴纳": "已繳納",
    "已分发": "已分發",
    "中签数量": "中籤數量",
    "停牌中,禁止交易": "停牌中,禁止交易",
}
src/i18n/en.js
@@ -2782,4 +2782,5 @@
    "已缴纳": "Paid",
    "已分发": "Distributed",
    "中签数量": "Allocation quantity",
    "停牌中,禁止交易": "Trading is suspended. Trading is prohibited.",
}
src/i18n/fa.js
@@ -2725,4 +2725,5 @@
    "已缴纳": "Payé",
    "已分发": "Distribué",
    "中签数量": "Quantité d'attribution",
    "停牌中,禁止交易": "Suspension en cours, commerce interdit",
}
src/i18n/korean.js
@@ -2822,4 +2822,5 @@
    "已缴纳": "납입 완료",
    "已分发": "배분 완료",
    "中签数量": "당첨 수량",
    "停牌中,禁止交易": "주식 거래 정지 중 거래를 금지하다",
}
src/i18n/th.js
@@ -2793,4 +2793,5 @@
    "已缴纳": "ชำระแล้ว",
    "已分发": "แจกจ่ายแล้ว",
    "中签数量": "จำนวนที่ได้รับจัดสรร",
    "停牌中,禁止交易": "ไม่มีการแลกเปลี่ยน",
}
src/i18n/vi.js
@@ -2772,4 +2772,5 @@
    "已缴纳": "Đã thanh toán",
    "已分发": "Đã phân phối",
    "中签数量": "Số lượng được phân bổ",
    "停牌中,禁止交易": "Bị đình chỉ, không giao dịch",
}
src/i18n/zhcn.js
@@ -2787,4 +2787,5 @@
    "已缴纳": "已缴纳",
    "已分发": "已分发",
    "中签数量": "中签数量",
    "停牌中,禁止交易": "停牌中,禁止交易",
}
src/views/cryptos/Trade/index.vue
@@ -140,9 +140,7 @@
      </div> -->
      <van-action-sheet class="action-sheet" v-model:show="isSelectShow" @select="onSelect" :actions="actions"
        :cancel-text="$t('取消')" close-on-click-action @cancel="onCancel" />
    </div>
  </div>
</template>
@@ -282,6 +280,8 @@
    handleImage,
    ...mapActions('home', [SET_COIN_LIST]),
    onUpdate(symbol) { // 更新
      console.log("symbol",symbol);
      this.symbol = symbol
      this.closeSocket()
      this.init(symbol)
@@ -391,7 +391,6 @@
            this.initClose = res
          })
        }
        if (this.userInfo.token) {
          this.getWallet()
          this.timer3 = setInterval(() => {
@@ -399,6 +398,9 @@
          }, 2000)
        }
      }
      else{
        showFailToast(this.$t('请先登录'))
      }
    },
    init(symbol) { // 初始化页面
      this.symbol = symbol