From cd8f893536de2effea165aa7119bdc8d976eee28 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 18 Jul 2024 17:05:18 +0800
Subject: [PATCH] 美股股票域名更改

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

diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index a8a81b8..0c0adea 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -187,16 +187,16 @@
       xy: true,
       listAsstes: [
         {
-          title: this.$t("印股資產"),
-          title3: this.$t("印股總資產"),
-          title1: this.$t("印股可用"),
-          title2: this.$t("印股冻结"),
-          accectType: "IN",
-          symbolCode: "INR",
-          symbol: "₹",
+          title: this.$t("美股資產"),
+          title3: this.$t("美股總資產"),
+          title1: this.$t("美股可用"),
+          title2: this.$t("美股冻结"),
+          accectType: "US",
+          symbolCode: "USD",
+          symbol: "$",
         },
       ],
-      active: this.$t("印股資產"),
+      active: this.$t("美股資產"),
       name: "",
       selectUserFlag: true,
       settingDialog: false,

--
Gitblit v1.9.3