From 31fa18ded9967c99869fb5b118b1313e112c7b00 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 28 Aug 2024 15:44:56 +0800
Subject: [PATCH] 11
---
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 731da83..7e30a85 100644
--- a/src/components/trade-head/index.vue
+++ b/src/components/trade-head/index.vue
@@ -32,7 +32,7 @@
<div class="flex flex-col pl-21" @click="onSidebar">
<div class="font-35 textColor">
<!-- {{ symbol | _symbolName(1) }} -->
- {{symbol | newname}}
+ {{symbol=='mother'?'ORBITAL':symbol}}
</div>
</div>
<div
--
Gitblit v1.9.3