From c547081aa61be5c7b6d4c12853c675954c2156eb Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 10 Feb 2026 14:45:18 +0800
Subject: [PATCH] 1
---
src/components/fx-kline/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/fx-kline/index.vue b/src/components/fx-kline/index.vue
index ed53b6a..9e1c0dc 100644
--- a/src/components/fx-kline/index.vue
+++ b/src/components/fx-kline/index.vue
@@ -1,5 +1,5 @@
<template>
- <van-loading color="#1194F7" class="loading-box" v-if="isLoading" />
+ <van-loading color="#92D1FF" class="loading-box" v-if="isLoading" />
<div id="kline" class="boxDisplay" :style="{ height: `${props.height || defaultH}px`, position: 'relative' }"
v-if="defaultH">
</div>
@@ -83,7 +83,6 @@
onBeforeUnmount(() => {
closeSocket()
- clearTimeout(timer.value)
})
const closeSocket = () => {
@@ -217,6 +216,7 @@
chart.applyNewData(data.value);
})
}
+
}
const initData1 = async () => {
--
Gitblit v1.9.3