| | |
| | | <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('数量') }} |
| | |
| | | :class="currentType === 'open' ? 'bg-green' : 'bg-red'" @click="order()"> |
| | | {{ currentType == 'open' ? $t('买入') : $t('卖出') }} |
| | | </div> |
| | | |
| | | </template> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | |
| | | .inputBackground { |
| | | border-radius: 2.5rem; |
| | | |
| | | input { |
| | | background: transparent !important; |
| | | } |
| | |
| | | "已缴纳": "Bezahlt", |
| | | "已分发": "Verteilt", |
| | | "中签数量": "Zuteilungsmenge", |
| | | "停牌中,禁止交易": "Finger weg, ware aus", |
| | | } |
| | |
| | | "已缴纳": "Pagato", |
| | | "已分发": "Distribuito", |
| | | "中签数量": "Quantità di assegnazione", |
| | | "停牌中,禁止交易": "In caso di sospensione, il commercio è vietato", |
| | | } |
| | |
| | | "已缴纳": "支払済み", |
| | | "已分发": "配布済み", |
| | | "中签数量": "当選数量", |
| | | "停牌中,禁止交易": "取引停止中,取引禁止です", |
| | | } |
| | |
| | | "已缴纳": "Pago", |
| | | "已分发": "Distribuído", |
| | | "中签数量": "Quantidade de alocação", |
| | | "停牌中,禁止交易": "Suspensão, proibição de negociação.", |
| | | } |
| | |
| | | "已缴纳": "Pagado", |
| | | "已分发": "Distribuido", |
| | | "中签数量": "Cantidad de asignación", |
| | | "停牌中,禁止交易": "Suspendido, sin comercio", |
| | | } |
| | |
| | | "已缴纳": "已繳納", |
| | | "已分发": "已分發", |
| | | "中签数量": "中籤數量", |
| | | "停牌中,禁止交易": "停牌中,禁止交易", |
| | | } |
| | |
| | | "已缴纳": "Paid", |
| | | "已分发": "Distributed", |
| | | "中签数量": "Allocation quantity", |
| | | "停牌中,禁止交易": "Trading is suspended. Trading is prohibited.", |
| | | } |
| | |
| | | "已缴纳": "Payé", |
| | | "已分发": "Distribué", |
| | | "中签数量": "Quantité d'attribution", |
| | | "停牌中,禁止交易": "Suspension en cours, commerce interdit", |
| | | } |
| | |
| | | "已缴纳": "납입 완료", |
| | | "已分发": "배분 완료", |
| | | "中签数量": "당첨 수량", |
| | | "停牌中,禁止交易": "주식 거래 정지 중 거래를 금지하다", |
| | | } |
| | |
| | | "已缴纳": "ชำระแล้ว", |
| | | "已分发": "แจกจ่ายแล้ว", |
| | | "中签数量": "จำนวนที่ได้รับจัดสรร", |
| | | "停牌中,禁止交易": "ไม่มีการแลกเปลี่ยน", |
| | | } |
| | |
| | | "已缴纳": "Đã thanh toán", |
| | | "已分发": "Đã phân phối", |
| | | "中签数量": "Số lượng được phân bổ", |
| | | "停牌中,禁止交易": "Bị đình chỉ, không giao dịch", |
| | | } |
| | |
| | | "已缴纳": "已缴纳", |
| | | "已分发": "已分发", |
| | | "中签数量": "中签数量", |
| | | "停牌中,禁止交易": "停牌中,禁止交易", |
| | | } |
| | |
| | | </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> |
| | | |
| | |
| | | handleImage, |
| | | ...mapActions('home', [SET_COIN_LIST]), |
| | | onUpdate(symbol) { // 更新 |
| | | console.log("symbol",symbol); |
| | | |
| | | this.symbol = symbol |
| | | this.closeSocket() |
| | | this.init(symbol) |
| | |
| | | this.initClose = res |
| | | }) |
| | | } |
| | | |
| | | if (this.userInfo.token) { |
| | | this.getWallet() |
| | | this.timer3 = setInterval(() => { |
| | |
| | | }, 2000) |
| | | } |
| | | } |
| | | else{ |
| | | showFailToast(this.$t('请先登录')) |
| | | } |
| | | }, |
| | | init(symbol) { // 初始化页面 |
| | | this.symbol = symbol |