From 5ad04ff5097af4d33ffff7781bfc7cba738ea581 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Wed, 24 Sep 2025 14:22:15 +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