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}}