From ae313a0f7cc9fa2cdc469e663832f8b1dd82c655 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Sat, 20 Apr 2024 18:28:12 +0800
Subject: [PATCH] first

---
 src/page/new-urrency/components/subscription-list-index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/page/new-urrency/components/subscription-list-index.vue b/src/page/new-urrency/components/subscription-list-index.vue
index 9e41c66..48935f0 100644
--- a/src/page/new-urrency/components/subscription-list-index.vue
+++ b/src/page/new-urrency/components/subscription-list-index.vue
@@ -26,7 +26,7 @@
         class="item-box"
       >
         <van-col span="8">{{ item.newCoinName }}</van-col>
-        <van-col span="12">{{ $t("单价:") }}{{ item.issuePrice }}</van-col>
+        <van-col span="12">{{ item.issuePrice }}</van-col>
         <van-col span="4">
           <div class="bt">
             {{ item.type === 1 ? $t("认购") : $t("配售") }}

--
Gitblit v1.9.3