From 9495998e97dd04d4bdfcf32dfd4d49cd45c1fe32 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Thu, 11 Sep 2025 11:05:12 +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