From 4a5e57e23bf43bb049f6e9247cd2267eadb1fb98 Mon Sep 17 00:00:00 2001 From: pengmeng Date: Fri, 6 Jun 2025 09:57:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8F=E8=83=BD=E8=BD=AC=E5=8C=96=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/emoEnergyConverter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/components/emoEnergyConverter.vue b/src/views/components/emoEnergyConverter.vue index c325196..ffa8700 100644 --- a/src/views/components/emoEnergyConverter.vue +++ b/src/views/components/emoEnergyConverter.vue @@ -65,9 +65,9 @@ const generateGraphics = (min, max) => { function initQXNLZHEcharts(kline, qxnlzhqData) { // 测试数据 !!! 删掉 - qxnlzhqData.topxh = ["2025/04/04", "2025/04/15"] - qxnlzhqData.lowxh = ["2025/04/08", "2025/04/18"] - qxnlzhqData.qixh = ["2025/04/10", "2025/04/21"] + // qxnlzhqData.topxh = ["2025/04/04", "2025/04/15"] + // qxnlzhqData.lowxh = ["2025/04/08", "2025/04/18"] + // qxnlzhqData.qixh = ["2025/04/10", "2025/04/21"] if (qxnlzhqEchartsInstance) { qxnlzhqEchartsInstance.dispose(); }