From 0eeb39d97ff6d647a89484b80fd28c18b1e2892c Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 23 Oct 2024 14:58:38 +0800
Subject: [PATCH] 1
---
src/page/kline/index.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/page/kline/index.vue b/src/page/kline/index.vue
index 31deba3..b06051d 100644
--- a/src/page/kline/index.vue
+++ b/src/page/kline/index.vue
@@ -150,7 +150,7 @@
>₹{{ singDetails.preclose_px }}</span
>
</div>
- <div class="rights bots">
+ <div class="rights bots">
<span class="titles">{{ $t("hj75") }}</span>
<!-- <span :class="singDetails.preclose_px < 0 ? 'number green' : 'number red'">{{
singDetails.today_min
@@ -167,7 +167,7 @@
</div>
</div>
<div class="k_line_detail">
- <Kline :type="singDetails.type" />
+ <Kline :key="key" :type="singDetails.type" />
</div>
<div
class="priect_top_bottom"
@@ -471,6 +471,7 @@
newsdetailList: [],
bayType: "",
timer: null,
+ key:0,
};
},
components: {
@@ -485,7 +486,7 @@
} else {
this.timer = setInterval(() => {
this.getSingDetails();
- }, 500);
+ }, 5000);
}
this.getOpation();
// this.$Lazyload();
@@ -930,10 +931,10 @@
.top_now {
width: 100%;
// height: 65%;
- font-size: 0.741rem;
+ font-size: 25px;
display: flex;
align-items: center;
-
+ font-weight: bold;
span {
font-weight: 500;
}
--
Gitblit v1.9.3