From 66d132b96fd30abf1d75bed49ff176a52b4101ee Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 10 Apr 2024 15:36:11 +0800
Subject: [PATCH] huilv

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

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index a03bb21..16d4633 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -104,7 +104,7 @@
             :name="item.title"
           >
             <ul class="money">
-              <li>
+              <li style="text-align: left">
                 <div class="li-title">
                   {{ item.title1 }}({{ item.symbolCode }})
                 </div>
@@ -158,14 +158,6 @@
           symbol: "$",
           symbolCode: "USD",
         },
-        // {
-        //   title: this.$t("印股資產"),
-        //   title1: this.$t("印股可用"),
-        //   title2: this.$t("印股冻结"),
-        //   accectType: "IN",
-        //   symbol: "RM",
-        //   symbolCode: "MYR",
-        // },
         {
           title: this.$t("馬股資產"),
           title1: this.$t("馬股可用"),
@@ -173,6 +165,14 @@
           accectType: "MAS",
           symbol: "RM",
           symbolCode: "MYR",
+        },
+        {
+          title: this.$t("港股资产"),
+          title1: this.$t("港股可用"),
+          title2: this.$t("港股冻结"),
+          accectType: "HK",
+          symbol: "HK$",
+          symbolCode: "HKD",
         },
       ],
       active: this.$t("美股資產"),
@@ -215,7 +215,6 @@
 
         const arr = data.data.filter((item) => item.accectType === "ALL");
         this.asstesAll = arr[0].totalMoneyUSD;
-        console.log(this.listAsstes);
       }
     },
     tabsChange(e) {

--
Gitblit v1.9.3