From 4ed6c4fb44cb05a794c4aff1fc193158307d9ed8 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Mon, 06 May 2024 14:48:46 +0800
Subject: [PATCH] 测试

---
 src/page/list/tradingList/tabs.vue |   10 ++++++----
 src/page/newUser/index.vue         |   44 +++++++++++++++++++++++++++-----------------
 2 files changed, 33 insertions(+), 21 deletions(-)

diff --git a/src/page/list/tradingList/tabs.vue b/src/page/list/tradingList/tabs.vue
index 6852fe7..a3f4047 100644
--- a/src/page/list/tradingList/tabs.vue
+++ b/src/page/list/tradingList/tabs.vue
@@ -53,15 +53,17 @@
         { title: this.$t("hj61"), key: "" },
         // { title: this.$t("hj61"), key: "" },
         // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
-        { title: this.$t("马股"), key: "MAS", name: "MAS" },
+        // { title: this.$t("马股"), key: "MAS", name: "MAS" },
         { title: this.$t("美股"), key: "US", name: "US" },
-        { title: this.$t("港股"), key: "HK", name: "HK" },
+        { title: this.$t("yg"), key: "IN", name: "IN" },
+        // { title: this.$t("港股"), key: "HK", name: "HK" },
       ],
       zxtabsList: [
         // { title: this.$t("数字货币"), key: "1", name: "SZHB" },
-        { title: this.$t("马股"), key: "MAS", name: "MAS" },
+        // { title: this.$t("马股"), key: "MAS", name: "MAS" },
         { title: this.$t("美股"), key: "US", name: "US" },
-        { title: this.$t("港股"), key: "HK", name: "HK" },
+        { title: this.$t("yg"), key: "IN", name: "IN" },
+        // { title: this.$t("港股"), key: "HK", name: "HK" },
       ],
       active: "MAS",
       zxactive: "MAS",
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 5afaaf1..85cee9b 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: "₹",
+          symbolCode: "IND",
         },
-        {
-          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: "",
@@ -201,6 +210,7 @@
       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) {
@@ -996,4 +1006,4 @@
 input[type="file"] {
   display: none !important;
 }
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.3