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/user/account.vue |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/page/user/account.vue b/src/page/user/account.vue
index fcb5cf9..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">
@@ -202,7 +209,6 @@
         </div>
       </div> -->
 
-
       <!-- <div class="held_item flex-between">
         <div class="item_left flex-start">
           <span class="held_icon2">TW</span>
@@ -294,7 +300,8 @@
     // 充值提示
     czts() {
       // Toast(this.$t("充值提示"));
-      window.open(config.onlineService); // 跳转客服
+      // window.open(config.onlineService); // 跳转客服
+      this.$router.push('/chongz');
     }
   },
   created() {
@@ -551,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;

--
Gitblit v1.9.3