From 4c8a466f75bf9eca29e9b5c9ad15db5757e5035d Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Wed, 28 Aug 2024 16:26:10 +0800
Subject: [PATCH] 首次提交

---
 src/page/newUser/index.vue |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 832d45f..f6dd1d6 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -29,7 +29,7 @@
         <van-row class="van-row-box">
           <van-col span="20">
             <div class="content-all">
-              <span>{{ $t("賬戶總資產") }}({{ $USD }})</span>
+              <span>{{ $t("賬戶總資產") }}( $USD )</span>
               <i @click="xy = !xy" class="iconfont xy">&#xe8c7;</i>
             </div>
             <div class="number-all">
@@ -61,7 +61,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"
@@ -69,7 +69,7 @@
             >
               {{ $t("申请杠杠") }}
             </van-button>
-          </van-col>
+          </van-col> -->
         </van-row>
 
         <van-dialog
@@ -195,6 +195,15 @@
           symbolCode: "INR",
           symbol: "₹",
         },
+        {
+          title: this.$t("美股資產"),
+          title3: this.$t("美股總資產"),
+          title1: this.$t("美股可用"),
+          title2: this.$t("美股冻结"),
+          accectType: "US",
+          symbolCode: "USD",
+          symbol: "$",
+        },
       ],
       active: this.$t("印股資產"),
       name: "",
@@ -250,6 +259,7 @@
         });
 
         const arr = data.data.filter((item) => item.accectType === "ALL");
+        console.log(arr);
         this.asstesAll = arr[0].totalMoney;
       }
     },
@@ -1032,4 +1042,4 @@
 input[type="file"] {
   display: none !important;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3