From 1febaf2c9b7c7cb7f208624c4c2e9d972cf8b265 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Wed, 29 Apr 2026 10:10:43 +0800
Subject: [PATCH] 1
---
src/views/cryptos/PerpetualContract/index.vue | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/views/cryptos/PerpetualContract/index.vue b/src/views/cryptos/PerpetualContract/index.vue
index 406e8d2..34bcedb 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
@@ -715,7 +717,6 @@
.trade_new {
color: $log-c;
- background: $mainbgWhiteColor;
min-height: 100vh;
padding: 1.4rem 1.4rem 7rem 1.4rem;
--
Gitblit v1.9.3