From 90dcbbc06eb2dce7d6fd6a7923f149f1f35c9361 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 23:45:57 +0800
Subject: [PATCH] first

---
 src/components/list-quotation/index.vue |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/src/components/list-quotation/index.vue b/src/components/list-quotation/index.vue
index 004c60a..e810fac 100644
--- a/src/components/list-quotation/index.vue
+++ b/src/components/list-quotation/index.vue
@@ -73,10 +73,8 @@
                       {{ (item.symbol && item.symbol.toUpperCase()) || "--" }}
                     </span>
                     <span class="font-24" style="position: relative; top: 1px">
-                      {{
-                        (item.name &&
-                          item.name.replace(item.symbol.toUpperCase(), "")) ||
-                        "--"
+                      /{{
+                        (item.name && item.name.split("/")[1]) || "--"
                       }}</span
                     >
                   </span>
@@ -138,12 +136,8 @@
                       (item.symbol && item.symbol.toUpperCase()) || "--"
                     }}</span>
                     <span class="font-24" style="position: relative; top: 1px">
-                      {{
-                        (item.name &&
-                          item.name.replace(item.symbol.toUpperCase(), "")) ||
-                        "--"
-                      }}</span
-                    >
+                      /{{ (item.name && item.name.split("/")[1]) || "--" }}
+                    </span>
                   </span>
                   <span class="font-24 textNew1">{{
                     $t("成交量") + " " + (item.amount * 1).toFixed(2)

--
Gitblit v1.9.3