From fb9a0fedf3d328023bcd90e76c85702b23701bfc Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 06 Jan 2026 17:15:49 +0800
Subject: [PATCH] 1

---
 src/page/kline/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/kline/index.vue b/src/page/kline/index.vue
index 454395a..7aa2f35 100644
--- a/src/page/kline/index.vue
+++ b/src/page/kline/index.vue
@@ -485,7 +485,7 @@
     } else {
       this.timer = setInterval(() => {
         this.getSingDetails();
-      }, 500);
+      }, 3000);
     }
     this.getOpation();
     // this.$Lazyload();
@@ -493,7 +493,7 @@
     this.getNohknews();
   },
   beforeDestroy() {
-    clearInterval(this.timer); // 在组件销毁前清除定时器
+    this.clearInterval(this.timer); // 在组件销毁前清除定时器
   },
   // beforeDestroy() {
   //   this.Klinetype = false;

--
Gitblit v1.9.3