From 80d2e306cd5b74f1926f59ff9454f2a04620c8b6 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Tue, 21 May 2024 18:33:54 +0800
Subject: [PATCH] 123

---
 src/page/newUser/index.vue |   44 +++++++++++++++++---------------------------
 1 files changed, 17 insertions(+), 27 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 85cee9b..5afaaf1 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -158,32 +158,23 @@
           symbolCode: "USD",
         },
         {
-          title: this.$t("印股資產"),
-          title3: this.$t("印股總資產"),
-          title1: this.$t("印股可用"),
-          title2: this.$t("印股冻结"),
-          accectType: "IN",
-          symbol: "₹",
-          symbolCode: "IND",
+          title: this.$t("馬股資產"),
+          title3: 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: "MAS",
-        //   symbol: "RM",
-        //   symbolCode: "MYR",
-        // },
-        // {
-        //   title: this.$t("港股资产"),
-        //   title3: this.$t("港股總資產"),
-        //   title1: this.$t("港股可用"),
-        //   title2: this.$t("港股冻结"),
-        //   accectType: "HK",
-        //   symbol: "HK$",
-        //   symbolCode: "HKD",
-        // },
+        {
+          title: this.$t("港股资产"),
+          title3: this.$t("港股總資產"),
+          title1: this.$t("港股可用"),
+          title2: this.$t("港股冻结"),
+          accectType: "HK",
+          symbol: "HK$",
+          symbolCode: "HKD",
+        },
       ],
       active: this.$t("美股資產"),
       name: "",
@@ -210,7 +201,6 @@
       if (data.status === 0) {
         // 判断是否登录
         this.moneyList = data.data;
-        console.log(data.data)
         data.data.map((item) => {
           this.listAsstes.map((items) => {
             if (item.accectType === items.accectType) {
@@ -1006,4 +996,4 @@
 input[type="file"] {
   display: none !important;
 }
-</style>
+</style>
\ No newline at end of file

--
Gitblit v1.9.3