From 0b909dcd3e4c925b23c69a375a5077fb733766aa Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 15 Aug 2024 14:07:52 +0800
Subject: [PATCH] 1

---
 src/page/trade/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/page/trade/index.vue b/src/page/trade/index.vue
index cad1604..93962a6 100644
--- a/src/page/trade/index.vue
+++ b/src/page/trade/index.vue
@@ -370,6 +370,9 @@
 				this.curTab = "fetchOrderListHold";
 			}
 			this.symbol = symbol;
+			// if(this.symbol == 'ORBITAL'){
+			// 	this.symbol = 'mother'
+			// }
 			if (this.typeindex == 0) {
 				this.inita(symbol);
 			} else {
@@ -729,7 +732,8 @@
 				if (type === "open" || type === "long" || type === "short" || !type) {
 					let initFunTimer = null;
 					let initFun = () => {
-						_initOpen(symbol)
+						
+						_initOpen(symbol.toLowerCase())
 							.then((data) => {
 								this.initOpen = data;
 								clearTimeout(initFunTimer);

--
Gitblit v1.9.3