From df12b862a05d170a7d44cc7ada3ad62822cff88b Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Sun, 9 Feb 2025 20:07:16 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8Fk=E7=BA=BF=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/option/kline.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/option/kline.vue b/src/views/option/kline.vue index 70264a6..76d7584 100644 --- a/src/views/option/kline.vue +++ b/src/views/option/kline.vue @@ -372,16 +372,16 @@ methods: { })); widget.onChartReady(function () { let buttonArr = [ - { - title: "1" + _this.$t("exchange.min"), - resolution: "1", - chartType: 1 - }, - { - title: "5" + _this.$t("exchange.min"), - resolution: "5", - chartType: 1 - }, + // { + // title: "1" + _this.$t("exchange.min"), + // resolution: "1", + // chartType: 1 + // }, + // { + // title: "5" + _this.$t("exchange.min"), + // resolution: "5", + // chartType: 1 + // }, { title: "15" + _this.$t("exchange.min"), resolution: "15",