From 2ebec157e9b87569c0964d5c17a401eff90ad225 Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 04 May 2024 17:13:27 +0800
Subject: [PATCH] 新增:印股

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

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 5afaaf1..38957d8 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -158,23 +158,32 @@
           symbolCode: "USD",
         },
         {
-          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: "IN",
+          symbol: "IN",
+          symbolCode: "IN",
         },
-        {
-          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: "MAS",
+        //   symbol: "RM",
+        //   symbolCode: "MYR",
+        // },
+        // {
+        //   title: this.$t("港股资产"),
+        //   title3: this.$t("港股總資產"),
+        //   title1: this.$t("港股可用"),
+        //   title2: this.$t("港股冻结"),
+        //   accectType: "HK",
+        //   symbol: "HK$",
+        //   symbolCode: "HKD",
+        // },
       ],
       active: this.$t("美股資產"),
       name: "",
@@ -996,4 +1005,4 @@
 input[type="file"] {
   display: none !important;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3