From 52a0fa98a6ca44ea8284ee3f7822f1c85c8923e8 Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 23 May 2024 17:37:11 +0800
Subject: [PATCH] 我的 增加印股,日股总资产
---
src/page/newUser/index.vue | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 06f00a6..91a8eb3 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -175,6 +175,24 @@
symbol: "HK$",
symbolCode: "HKD",
},
+ {
+ 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: "JP",
+ symbol: "¥",
+ symbolCode: "JPN",
+ },
],
active: this.$t("美股資產"),
name: "",
--
Gitblit v1.9.3