From f9ed6a8d29e3d465afcdcd7e5840df1d77d49c66 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 22 Oct 2024 13:53:53 +0800
Subject: [PATCH] 修改首页客服图标
---
src/components/kline-charts/index.vue | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/components/kline-charts/index.vue b/src/components/kline-charts/index.vue
index 443aca0..8464840 100644
--- a/src/components/kline-charts/index.vue
+++ b/src/components/kline-charts/index.vue
@@ -22,7 +22,17 @@
</template>
<script>
import { init, dispose } from 'klinecharts'
+// import KLineChart from 'klinecharts'
+// const chart = new KLineChart(document.getElementById('kline'));
+
+// chart.setOptions({
+// interaction: {
+// // 禁用手势的恢复功能
+// restore: false,
+// }
+// });
let chart = null
+
import { _getKline } from '@/API/trade.api'
import config from './config'
import { Loading } from 'vant';
--
Gitblit v1.9.3