From 536d4d648941b493cb12ab89b1adb53aab952c78 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Sun, 17 Aug 2025 18:06:36 +0800
Subject: [PATCH] 1
---
src/page/kline/index.vue | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/page/kline/index.vue b/src/page/kline/index.vue
index 546c178..8eda9e0 100644
--- a/src/page/kline/index.vue
+++ b/src/page/kline/index.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 line-one" style="white-space: nowrap">
@@ -450,10 +450,9 @@
} else {
this.timer = setInterval(() => {
this.getSingDetails();
- }, 2000);
+ }, 5000);
}
this.getOpation();
- // this.$Lazyload();
this.getUserInfo();
this.getNohknews();
},
@@ -638,7 +637,7 @@
m: this.singDetails.nowPrice,
type: this.kLineDetails.if_zhishu,
id: this.singDetails.id,
- name: this.kLineDetails.name,
+ name: this.singDetails.name,
spell: this.singDetails.spell,
if_us: this.kLineDetails.if_us,
bayType: this.bayType,
@@ -823,7 +822,7 @@
width: 100%;
// height: 3.2rem;
padding: 0 0.3rem;
- background: #fff;
+ // background: #fff;
.detail_title_a {
font-size: .45rem;
@@ -1109,7 +1108,7 @@
height: 1.7rem;
position: fixed;
bottom: 0;
- background: #fff;
+ background: #191d27;
display: flex;
align-items: center;
justify-content: center;
@@ -1177,7 +1176,7 @@
.sell_btn {
width: 50%;
height: 80%;
- background: #c4d600;
+ background: green;
color: #fff;
border-radius: 0 3rem 3rem 0 !important;
--
Gitblit v1.9.3