From 6b754cd28c45741a24e7f7193b894e3e386e4af8 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sat, 20 Sep 2025 18:25:51 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/PerpetualContract/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/cryptos/PerpetualContract/index.vue b/src/views/cryptos/PerpetualContract/index.vue
index 406e8d2..80a0a23 100644
--- a/src/views/cryptos/PerpetualContract/index.vue
+++ b/src/views/cryptos/PerpetualContract/index.vue
@@ -445,6 +445,8 @@
       }
     },
     fetchDeepData(symbol) {
+      this.asks = []
+      this.bids = []
       _getDeepData(symbol).then(data => { // 获取深度
         this.handleDeep(data)
         this.startDeepSocket() // socket

--
Gitblit v1.9.3