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(); }