From e8b9f823dd93329eed3e9dc9a2964ac53734f4ee Mon Sep 17 00:00:00 2001
From: dcc <dcc@163.com>
Date: Thu, 23 May 2024 14:57:26 +0800
Subject: [PATCH] 部门要增加印股
---
src/page/newUser/index.vue | 15 +++++++++------
1 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/src/page/newUser/index.vue b/src/page/newUser/index.vue
index 16d4633..06f00a6 100644
--- a/src/page/newUser/index.vue
+++ b/src/page/newUser/index.vue
@@ -39,15 +39,13 @@
</van-row>
<van-row style="margin-top: 18px">
<div
- class="van-col van-col--8"
+ class="van-col van-col--12"
style="margin-top: 10px"
v-for="item in listAsstes"
:key="item.accectType"
>
<div class="content-title DINPro">
- {{
- item.accectType === "US" ? $t("美股總資產") : $t("馬股總資產")
- }}
+ {{ item.title3 }}
({{ item.symbolCode }})
</div>
<div>
@@ -152,6 +150,7 @@
listAsstes: [
{
title: this.$t("美股資產"),
+ title3: this.$t("美股總資產"),
title1: this.$t("美股可用"),
title2: this.$t("美股冻结"),
accectType: "US",
@@ -160,6 +159,7 @@
},
{
title: this.$t("馬股資產"),
+ title3: this.$t("馬股總資產"),
title1: this.$t("馬股可用"),
title2: this.$t("馬股冻结"),
accectType: "MAS",
@@ -168,6 +168,7 @@
},
{
title: this.$t("港股资产"),
+ title3: this.$t("港股總資產"),
title1: this.$t("港股可用"),
title2: this.$t("港股冻结"),
accectType: "HK",
@@ -263,7 +264,7 @@
if (data.status === 0) {
this.onlineService = data.data.onlineService;
} else {
- Toast(data.msg);
+ // Toast(data.msg);
}
},
goWall() {
@@ -491,6 +492,8 @@
color: #2d2f3c;
}
.li-USDT {
+ min-width: 180px;
+ text-align: right;
font-style: normal;
font-weight: 500;
font-size: 0.37333rem;
@@ -993,4 +996,4 @@
input[type="file"] {
display: none !important;
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.9.3