From 5dfb843c29fdcc1693961b70a36ddee3fea85a4a Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Fri, 27 Feb 2026 16:33:11 +0800
Subject: [PATCH] 1

---
 src/page/newUser/index.vue |   36 ++++++++++++++++++++++++++----------
 1 files changed, 26 insertions(+), 10 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index d935ef0..059c129 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -81,7 +81,7 @@
               >{{ $t("提款") }}</van-button
             >
           </van-col> -->
-         <!-- <van-col span="8" style="display: flex; justify-content: center">
+         <van-col span="8" style="display: flex; justify-content: center">
             <van-button
               @click="leverShow = true"
               class="btn-two"
@@ -89,7 +89,7 @@
             >
               {{ $t("申请杠杠") }}
             </van-button>
-          </van-col> -->
+          </van-col>
         </van-row>
 
         <van-dialog
@@ -112,9 +112,14 @@
                   <van-radio name="2" />
                 </template>
               </van-cell>
-              <van-cell title="5X" clickable @click="radio = '5'">
+              <van-cell title="4X" clickable @click="radio = '4'">
                 <template #right-icon>
-                  <van-radio name="5" />
+                  <van-radio name="4" />
+                </template>
+              </van-cell>
+              <van-cell title="6X" clickable @click="radio = '6'">
+                <template #right-icon>
+                  <van-radio name="6" />
                 </template>
               </van-cell>
               <van-cell title="10X" clickable @click="radio = '10'">
@@ -143,6 +148,14 @@
           <div class="price_box">
             <div class="price_box_title">{{$t('浮動盈虧')}}</div>
             <div class="price_box_txt">{{moneyList[0].profitAndLoss}}</div>
+          </div>
+          <div class="price_box">
+            <div class="price_box_title">{{$t('待补金额')}}</div>
+            <div class="price_box_txt">{{moneyList[0].amountToBeCovered}}</div>
+          </div>
+          <div class="price_box">
+            <div class="price_box_title">{{$t('hj48')}}</div>
+            <div class="price_box_txt">{{moneyList[0].availableBalance}}</div>
           </div>
         </div>
         <!-- <div class="divider div-shrink"></div> -->
@@ -279,7 +292,7 @@
           title2: this.$t("日股冻结"),
           accectType: "JP",
           symbolCode: "JPY",
-          symbol: "¥",
+          symbol: "円",
         },
       ],
       active: this.$t("日股資產"),
@@ -384,7 +397,7 @@
           title2: this.$t("日股冻结"),
           accectType: "JP",
           symbolCode: "JPY",
-          symbol: "¥",
+          symbol: "円",
         },
       ]
       this.iconlist = [{
@@ -450,10 +463,13 @@
       this.$router.push("/login");
     },
     gotorush(e){
-      if(e=='/recharge'){
-        Toast(this.$t('请联系客服'));
-      }else if(e==''){
-        window.open('https://lin.ee/7I7cvGD', '_blank');
+      // if(e=='/recharge'){
+      //   Toast(this.$t('请联系客服'));
+      // }else
+       if(e==''){
+        // window.open('https://lin.ee/7I7cvGD', '_blank');
+        // window.open('https://lin.ee/69mzBfD', '_blank');
+        window.open(this.onlineService);
       }else{
         this.$router.push(e);
       }

--
Gitblit v1.9.3