From 07ec4cb565fdc0884129a367ba1b9ab1b9449e3b Mon Sep 17 00:00:00 2001
From: 李 <344137771@qq.com>
Date: Sat, 23 May 2026 10:56:15 +0800
Subject: [PATCH] 1

---
 src/page/wallet/index.vue |   16 +++++++++++++---
 src/page/user/account.vue |   10 ++++++++--
 2 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/src/page/user/account.vue b/src/page/user/account.vue
index 5a0b3a2..caede53 100644
--- a/src/page/user/account.vue
+++ b/src/page/user/account.vue
@@ -76,6 +76,13 @@
             <div class="wic_title">{{ $t("冻结资金") }}</div>
             <div class="wic_money">{{ i.symbol }} {{ i.freezeMoney }}</div>
           </div>
+
+          <div v-if="i.accectType == 'US'">
+            <div class="wic_title" style="text-align: end;">IPO {{ $t("待补资金") }}</div>
+            <div class="wic_money" style="text-align: end;">
+              {{ i.symbol }} {{ i.amountToBeCovered }}
+            </div>
+          </div>
         </div>
 
         <div class="wallet_item_but flex-between">
@@ -201,7 +208,6 @@
           ({{ positionData.hkPositionEarningsParent }})
         </div>
       </div> -->
-
 
       <!-- <div class="held_item flex-between">
         <div class="item_left flex-start">
@@ -552,7 +558,7 @@
         margin-top: 0.275em;
         gap: 0.5em;
 
-        & > div {
+        &>div {
           border: 0.01em solid rgba(#666, 0.2);
           border-radius: 0.5em;
           height: 1em;
diff --git a/src/page/wallet/index.vue b/src/page/wallet/index.vue
index df77ac7..747daae 100644
--- a/src/page/wallet/index.vue
+++ b/src/page/wallet/index.vue
@@ -29,12 +29,12 @@
           <div class="wic_title">{{ $t("冻结资金") }}</div>
           <div class="wic_money">{{ i.symbol }} {{ i.freezeMoney }}</div>
         </div>
-        <!-- <div>
+        <div v-if="i.accectType == 'US'">
           <div class="wic_title" style="text-align: end;">{{ $t("待补资金") }}</div>
           <div class="wic_money" style="text-align: end;">
             {{ i.symbol }} {{ i.amountToBeCovered }}
           </div>
-        </div> -->
+        </div>
       </div>
 
       <div class="wallet_item_but flex-between">
@@ -98,6 +98,7 @@
   padding: 0 0 1.4rem;
   color: #1c202b;
   font-weight: 400;
+
   .fgx {
     width: 100%;
     height: 0.16em;
@@ -109,41 +110,50 @@
     padding: 0.35em 0.4em;
     border-bottom: #f2f7f7 solid 1px;
     margin: 0 0.25em;
+
     .wallet_item_but {
       font-weight: 600;
       margin-top: 0.275;
       gap: 0.5em;
-      & > div {
+
+      &>div {
         border: 0.01em solid #edf0f7;
         border-radius: 0.5em;
         height: 1em;
         flex: 1;
         width: 0;
+
         span {
           font-size: 0.35em;
           font-weight: 600;
         }
       }
     }
+
     .wallet_item_title {
       opacity: 0.7;
+
       img {
         width: 0.65em;
         height: 0.65em;
         border-radius: 50%;
         margin-right: 0.15em
       }
+
       span {
         font-size: 0.45em;
       }
     }
+
     .wallet_item_content {
       padding: 0.425em 0;
+
       .wic_title {
         font-size: 0.35em;
         margin-bottom: 0.5em;
         font-weight: 600;
       }
+
       .wic_money {
         font-size: 0.4em;
         font-weight: 600;

--
Gitblit v1.9.3