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/trade/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/trade/index.vue b/src/views/trade/index.vue
index 817e013..9201c55 100644
--- a/src/views/trade/index.vue
+++ b/src/views/trade/index.vue
@@ -493,6 +493,8 @@
       }
     },
     startDeepSocket() {
+      this.asks = []
+      this.bids = []
       this.sockets.deep = new WebSocket(`${WS_URL}/3/${this.symbol}`)
       this.sockets.deep.onmessage = (evt) => {
         const { data } = evt

--
Gitblit v1.9.3