From f2ef26bea6a230a75ecc4dd56a5ccaacf9117b03 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Thu, 18 Apr 2024 14:25:24 +0800
Subject: [PATCH] fanyi
---
src/page/newUser/index.vue | 32 +-------------------------------
1 files changed, 1 insertions(+), 31 deletions(-)
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 1f0e37b..793254d 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -73,16 +73,13 @@
>
</van-col>
<!-- transferIndex -->
- <van-col span="8" style="display: flex; justify-content: center">
+ <!-- <van-col span="8" style="display: flex; justify-content: center">
<van-button
@click="$router.push('/transferIndex')"
class="btn-two"
type="default"
>{{ $t("hj245") }}</van-button
>
- </van-col>
- <!-- <van-col span="6" style="display: flex; justify-content: center">
- <van-button class="btn-two" type="default">資金明細</van-button>
</van-col> -->
</van-row>
</div>
@@ -157,33 +154,6 @@
symbolCode: "INR",
symbol: "₹",
},
- // {
- // title: this.$t("美股資產"),
- // title3: this.$t("美股總資產"),
- // title1: this.$t("美股可用"),
- // title2: this.$t("美股冻结"),
- // accectType: "US",
- // symbol: "$",
- // 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: "HK",
- // symbol: "HK$",
- // symbolCode: "HKD",
- // },
],
active: this.$t("印股資產"),
name: "",
--
Gitblit v1.9.3