From 71d9414eea8a2aa2f1bb9cc8f23f0a69973269f5 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 27 Mar 2024 15:28:24 +0800
Subject: [PATCH] 注册页面的客服地址错误

---
 src/page/newUser/index.vue |   24 ++++++++----------------
 1 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 2c747d6..0289d1b 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -54,14 +54,6 @@
               </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 style="margin-top: 16px">
           <van-col span="8" style="display: flex; justify-content: center">
@@ -164,14 +156,14 @@
           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: "IN",
+        //   symbol: "RM",
+        //   symbolCode: "MYR",
+        // },
         {
           title: this.$t("馬股資產"),
           title1: this.$t("馬股可用"),

--
Gitblit v1.9.3