From 79db9782438e27a9006d540d18d649c720180a31 Mon Sep 17 00:00:00 2001
From: PC-20250623MANY\Administrator <344137771@qq.com>
Date: Wed, 13 Aug 2025 18:46:46 +0800
Subject: [PATCH] 1
---
src/page/kline/index.vue | 11 +++++------
1 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/page/kline/index.vue b/src/page/kline/index.vue
index 546c178..b71d7dc 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();
},
@@ -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