diff --git a/components/lb-picker/index.vue b/components/lb-picker/index.vue index bbd5b02..b606755 100644 --- a/components/lb-picker/index.vue +++ b/components/lb-picker/index.vue @@ -201,7 +201,7 @@ export default { emptyColor: String, emptyText: { type: String, - default: '暂无数据' + default: 'notData' }, radius: String, columnNum: { diff --git a/pages/exchange/exchange-transaction.vue b/pages/exchange/exchange-transaction.vue index 79b7cc0..cb35eef 100644 --- a/pages/exchange/exchange-transaction.vue +++ b/pages/exchange/exchange-transaction.vue @@ -181,7 +181,7 @@ - + @@ -437,7 +437,7 @@ --> - + {{ $t("contract.d6") }} @@ -1492,7 +1492,7 @@ export default { }, // 获取可开启张数 openNum(e) { - if (!this.isLogin) return; + // if (!this.isLogin) return; let data = { symbol: this.symbolLeft, //ETH lever_rate: this.form.lever_rate, //10 @@ -1509,6 +1509,7 @@ export default { } // console.log('111111111111', this.leverShow, this.form.lever_rate); } + if (!this.isLogin) return; Contract.openNum(data, {toast: false}).then((res) => { this.maxNum = res.data; }); @@ -2153,4 +2154,4 @@ export default { ::v-deep .el-slider__button-wrapper{ z-index: 1; } - \ No newline at end of file + diff --git a/static/chart_main/sevencoin.js b/static/chart_main/sevencoin.js index 9fe7c0e..7060bcf 100644 --- a/static/chart_main/sevencoin.js +++ b/static/chart_main/sevencoin.js @@ -258,7 +258,7 @@ $(function () { const yy = `${date.getFullYear()}`.substr(2); const MM = `0${date.getMonth() + 1}`.slice(-2); const dd = `0${date.getDate()}`.slice(-2); - const HH = `0${date.getHours()}`.slice(-2); + const HH = `0${date.getHours()-13}`.slice(-2); const mm = `0${date.getMinutes()}`.slice(-2);