From 42568bdd99cfaadd3f8d9059e5166e2e0b2b26d0 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Tue, 26 Aug 2025 14:37:27 +0800
Subject: [PATCH] 1

---
 src/page/newUser/index.vue |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 5b5c826..01aaf44 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -134,7 +134,7 @@
           </div>
           <div class="price_box">
             <div class="price_box_title">{{$t('日股冻结')}}</div>
-            <div class="price_box_txt">{{listAsstes[0].freezeMoney}}</div>
+            <div class="price_box_txt">0.00</div>
           </div>
           <div class="price_box">
             <div class="price_box_title">{{$t('累計盈虧')}}</div>
@@ -298,7 +298,7 @@
         {
           img:require('../../assets/img/bank_card.svg'),
           txt:this.$t('hj247'),
-          url:'/bankCard1'
+          url:'/banklist'
         },
         {
           img:require('../../assets/img/mingxi.svg'),
@@ -450,7 +450,16 @@
       this.$router.push("/login");
     },
     gotorush(e){
-      this.$router.push(e);
+      // 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);
+      }
     },
     handleOutLoginClick() {
       // 退出登录

--
Gitblit v1.9.3