From 7946c594c8da9bcfe3de1b907699dd5c340b69a0 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Thu, 24 Oct 2024 00:29:54 +0800
Subject: [PATCH] 1
---
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