From 4e0d61d271cf51bcb3709986064d6bbfd84be896 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 18 Sep 2025 17:35:33 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/TrendDetails/index.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/cryptos/TrendDetails/index.vue b/src/views/cryptos/TrendDetails/index.vue
index 3a36b21..a3f1e50 100644
--- a/src/views/cryptos/TrendDetails/index.vue
+++ b/src/views/cryptos/TrendDetails/index.vue
@@ -402,7 +402,6 @@
       }
     },
     startAskBidSocket() { // 委托
-
       this.sockets.askBid = new WebSocket(`${WS_URL}/3/${this.symbol}`)
       this.sockets.askBid.onmessage = (evt) => {
         const { data } = evt
@@ -537,7 +536,6 @@
 <style lang="scss" scoped>
 @import "@/assets/init.scss";
 
-
 #cryptos {
   :deep(.van-tabs__wrap) {
     height: 60px !important;
@@ -648,7 +646,7 @@
   }
 
   ul li {
-    background: $night ;
+    background: $main_background ;
   }
 
   .activeBtn {

--
Gitblit v1.9.3