From 38b662ef9dec7b94051f232fb95ccaf359de6e4e Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Fri, 14 Mar 2025 10:43:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E7=BA=A6=E4=BF=9D?= =?UTF-8?q?=E8=AF=81=E9=87=91=E9=99=90=E5=88=B6=E3=80=81=E5=B8=81=E5=B8=81?= =?UTF-8?q?k=E7=BA=BF=E4=B8=8D=E4=BC=9A=E5=8A=A8=E3=80=81=E5=90=88?= =?UTF-8?q?=E7=BA=A6=E4=BB=B7=E6=A0=BC=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/KLine.vue | 2 +- src/i18n/en.json | 3 ++- src/i18n/tw.json | 3 ++- src/views/contract/exchange-store.vue | 15 +++++++++++++++ src/views/contract/handicap.vue | 2 ++ src/views/contract/index.vue | 18 +++++++++++++----- src/views/wallet/funding.vue | 10 +++++++--- 7 files changed, 42 insertions(+), 11 deletions(-) diff --git a/src/components/KLine.vue b/src/components/KLine.vue index cb5d6db..989e76e 100644 --- a/src/components/KLine.vue +++ b/src/components/KLine.vue @@ -311,7 +311,7 @@ export default { this.model.subscribe([ { cmd: "sub", - msg: `Kline_${this.symbol}_${this.interval}min` + msg: `Kline_${this.symbol}_1day` } ]); console.log(this.lang) diff --git a/src/i18n/en.json b/src/i18n/en.json index af9b87e..1dcd58a 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -35,7 +35,8 @@ "c6":"Time of issue", "c7":"White paper address", "c8":"Official website address", - "c9":"brief introduction" + "c9":"brief introduction", + "rejection":"Reason for rejection" }, "common": { "million": "million", diff --git a/src/i18n/tw.json b/src/i18n/tw.json index 54ed9cb..61717f5 100644 --- a/src/i18n/tw.json +++ b/src/i18n/tw.json @@ -35,7 +35,8 @@ "c6":"發行時間", "c7":"白皮書地址", "c8":"官網地址", - "c9":"簡介" + "c9":"簡介", + "rejection":"拒絕理由" }, "common": { "million": "幾百萬", diff --git a/src/views/contract/exchange-store.vue b/src/views/contract/exchange-store.vue index cdf9479..2cf6c62 100644 --- a/src/views/contract/exchange-store.vue +++ b/src/views/contract/exchange-store.vue @@ -99,6 +99,8 @@ class="form-control" v-model="marginBuy" :placeholder="tips" + @input="inputEnter(false)" + title="" /> + {{price1}} - {{ item.close }} + {{item.symbol == activeSymbol ? price1 : item.price}} { + let newPrice = localStorage.getItem('price'); + this.price1 = newPrice; + }, 10); // 每秒检查一次 + }, ispopover1(item){ this.activeSymbol=item; // this.$refs.popover.showPopper = false; diff --git a/src/views/wallet/funding.vue b/src/views/wallet/funding.vue index 6fe3c93..d6979ab 100644 --- a/src/views/wallet/funding.vue +++ b/src/views/wallet/funding.vue @@ -84,7 +84,8 @@ {{$t('wallet.num')}} {{$t('wallet.handlingFee1')}} {{$t('wallet.status')}} - + {{$t('contract.c0')}} + {{$t('nav.rejection')}} @@ -103,9 +104,12 @@ - + + +
{{item.remark}}
+