From fbe4c23b9a0316937bc63213c910cbb393d6bc65 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Mon, 18 Aug 2025 18:32:23 +0800
Subject: [PATCH] 1
---
src/page/kline/kIndex.vue | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/page/kline/kIndex.vue b/src/page/kline/kIndex.vue
index ff1c6cd..6ad23ec 100644
--- a/src/page/kline/kIndex.vue
+++ b/src/page/kline/kIndex.vue
@@ -5,7 +5,7 @@
<div class="ti_cont">
<div class="top_back">
<div class="left_back" @click="handleBackaa()">
- <img src="../../assets/img/zuojiantou.png" alt />
+ <img src="../../assets/img/backs.png" alt />
</div>
<div class="right_title">
<div class="t_t" style="white-space: nowrap">
@@ -256,11 +256,11 @@
</div>
</div>
</div>
- <div class="recommendation">
+ <!-- <div class="recommendation">
<div class="division"></div>
<div class="recommendation_title">{{ $t("相关股票") }}</div>
<stock-list :propOption="propOption"></stock-list>
- </div>
+ </div> -->
</div>
</template>
@@ -306,6 +306,7 @@
if (query.if_us === "1") {
this.getSingDetailUs();
} else {
+ this.getSingDetails();
this.timer = setInterval(() => {
this.getSingDetails();
}, 2000);
@@ -313,7 +314,7 @@
this.getOpation();
// this.$Lazyload();
this.getUserInfo();
- this.getNohknews();
+ // this.getNohknews();
},
beforeDestroy() {
this.clearInterval(this.timer); // 在组件销毁前清除定时器
@@ -696,7 +697,7 @@
width: 100%;
// height: 3.2rem;
padding: 0 0.3rem;
- background: #fff;
+ // background: #fff;
.top_back {
width: 50%;
--
Gitblit v1.9.3