From bfb40fbb48cffd2bd996aed21abb44a497115272 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Fri, 19 Apr 2024 06:05:18 +0800
Subject: [PATCH] 111

---
 src/page/newUser/index.vue |   90 +++++++++++++++++----------------------------
 1 files changed, 34 insertions(+), 56 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 0289d1b..2b34c15 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -29,32 +29,32 @@
         <van-row class="van-row-box">
           <van-col span="24">
             <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">
-              <showHide :text="userInfo.totalAssets" :flg="xy" />
+              <showHide :text="asstesAll" :flg="xy" />
             </div>
           </van-col>
         </van-row>
-        <van-row style="margin-top: 18px">
-          <div class="van-col van-col--8" style="margin-top: 10px">
-            <div class="content-title DINPro">{{ $t("美股總資產") }}(USD)</div>
+        <!-- <van-row style="margin-top: 18px">
+          <div
+            class="van-col van-col--12"
+            style="margin-top: 10px"
+            v-for="item in listAsstes"
+            :key="item.accectType"
+          >
+            <div class="content-title DINPro">
+              {{ item.title3 }}
+              ({{ item.symbolCode }})
+            </div>
             <div>
               <div class="DINPro" style="font-size: 18px">
-                <showHide :text="userInfo.usTotalAssets" :flg="xy" />
+                <showHide :text="item.availableBalance" :flg="xy" />
               </div>
             </div>
           </div>
-          <div class="van-col van-col--8" style="margin-top: 10px">
-            <div class="content-title">{{ $t("馬股總資產") }}(USD)</div>
-            <div>
-              <div class="DINPro" style="font-size: 18px">
-                <showHide :text="userInfo.masTotalAssets" :flg="xy" />
-              </div>
-            </div>
-          </div>
-        </van-row>
+        </van-row> -->
         <van-row style="margin-top: 16px">
           <van-col span="8" style="display: flex; justify-content: center">
             <van-button
@@ -72,18 +72,6 @@
               >{{ $t("提款") }}</van-button
             >
           </van-col>
-          <!-- transferIndex -->
-          <van-col span="8" style="display: flex; justify-content: center">
-            <van-button
-              @click="$router.push('/transferIndex')"
-              class="btn-two"
-              type="default"
-              >{{ $t("hj245") }}</van-button
-            >
-          </van-col>
-          <!-- <van-col span="6" style="display: flex; justify-content: center">
-            <van-button class="btn-two" type="default">資金明細</van-button>
-          </van-col> -->
         </van-row>
       </div>
       <div class="content-list-box">
@@ -102,7 +90,7 @@
             :name="item.title"
           >
             <ul class="money">
-              <li>
+              <li style="text-align: left">
                 <div class="li-title">
                   {{ item.title1 }}({{ item.symbolCode }})
                 </div>
@@ -110,9 +98,9 @@
                   <div class="DINPro">
                     {{ item.symbol }} {{ item.availableBalance || "0.00" }}
                   </div>
-                  <div class="DINPro">
+                  <!-- <div class="DINPro">
                     ≈ $ {{ item.availableBalanceUSD || "0.00" }}
-                  </div>
+                  </div> -->
                 </div>
               </li>
               <li>
@@ -123,7 +111,7 @@
                   <div class="DINPro">
                     {{ item.symbol }} {{ item.freezeMoney || "0.00" }}
                   </div>
-                  <div class="DINPro">≈ $ {{ item.freezeMoney || "0.00" }}</div>
+                  <!-- <div class="DINPro">≈ $ {{ item.freezeMoney || "0.00" }}</div> -->
                 </div>
               </li>
             </ul>
@@ -149,31 +137,16 @@
       xy: true,
       listAsstes: [
         {
-          title: this.$t("美股資產"),
-          title1: this.$t("美股可用"),
-          title2: this.$t("美股冻结"),
-          accectType: "US",
-          symbol: "$",
-          symbolCode: "USD",
-        },
-        // {
-        //   title: this.$t("印股資產"),
-        //   title1: this.$t("印股可用"),
-        //   title2: this.$t("印股冻结"),
-        //   accectType: "IN",
-        //   symbol: "RM",
-        //   symbolCode: "MYR",
-        // },
-        {
-          title: this.$t("馬股資產"),
-          title1: this.$t("馬股可用"),
-          title2: this.$t("馬股冻结"),
-          accectType: "MAS",
-          symbol: "RM",
-          symbolCode: "MYR",
+          title: this.$t("印股資產"),
+          title3: this.$t("印股總資產"),
+          title1: this.$t("印股可用"),
+          title2: this.$t("印股冻结"),
+          accectType: "IN",
+          symbolCode: "INR",
+          symbol: "₹",
         },
       ],
-      active: this.$t("美股資產"),
+      active: this.$t("印股資產"),
       name: "",
       selectUserFlag: true,
       settingDialog: false,
@@ -183,6 +156,7 @@
       userInfo: [],
       onlineService: "",
       moneyList: [],
+      asstesAll: "0.00",
     };
   },
   created() {
@@ -209,7 +183,9 @@
             }
           });
         });
-        console.log(this.listAsstes);
+
+        const arr = data.data.filter((item) => item.accectType === "ALL");
+        this.asstesAll = arr[0].totalMoney;
       }
     },
     tabsChange(e) {
@@ -301,7 +277,7 @@
     },
     async getUserInfo() {
       // 获取用户信息
-      let data = await api.getUserInfo();
+      let data = await api.getUserInfodata();
       if (data.status === 0) {
         // 判断是否登录
         this.$store.commit("dialogVisible", false);
@@ -486,6 +462,8 @@
       color: #2d2f3c;
     }
     .li-USDT {
+      min-width: 180px;
+      text-align: right;
       font-style: normal;
       font-weight: 500;
       font-size: 0.37333rem;

--
Gitblit v1.9.3