zzzz
2024-04-14 e10b5c5697d8f53e866379369740ccdb32024414
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",
@@ -491,6 +492,8 @@
      color: #2d2f3c;
    }
    .li-USDT {
      min-width: 180px;
      text-align: right;
      font-style: normal;
      font-weight: 500;
      font-size: 0.37333rem;