From 179e51c04b644601769a14bcf90ad4be2252de59 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 25 Oct 2024 10:49:08 +0800
Subject: [PATCH] 添加 :强平价

---
 src/components/trade-head/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/trade-head/index.vue b/src/components/trade-head/index.vue
index f3caddc..31da825 100644
--- a/src/components/trade-head/index.vue
+++ b/src/components/trade-head/index.vue
@@ -29,7 +29,7 @@
             <div class="flex flex-col pl-21" @click="onSidebar">
               <div class="font-35 textColor">
                 <!-- {{ symbol | _symbolName(1) }} -->
-				{{newname}}
+				{{newname || symbol.toUpperCase()}}
               </div>
             </div>
             <div

--
Gitblit v1.9.3