123
dcc
2024-06-05 f15ad3456b47e43646234b9c91c3ddd77ab2cd02
src/page/newUser/index.vue
@@ -33,21 +33,19 @@
              <i @click="xy = !xy" class="iconfont xy">&#xe8c7;</i>
            </div>
            <div class="number-all">
              <showHide :text="userInfo.totalAssets" :flg="xy" />
              <showHide :text="asstesAll" :flg="xy" />
            </div>
          </van-col>
        </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>
@@ -104,7 +102,7 @@
            :name="item.title"
          >
            <ul class="money">
              <li>
              <li style="text-align: left">
                <div class="li-title">
                  {{ item.title1 }}({{ item.symbolCode }})
                </div>
@@ -152,27 +150,48 @@
      listAsstes: [
        {
          title: this.$t("美股資產"),
          title3: this.$t("美股總資產"),
          title1: this.$t("美股可用"),
          title2: this.$t("美股冻结"),
          accectType: "US",
          symbol: "$",
          symbolCode: "USD",
        },
        // {
        //   title: this.$t("印股資產"),
        //   title1: this.$t("印股可用"),
        //   title2: this.$t("印股冻结"),
        //   accectType: "IN",
        //   symbol: "RM",
        //   symbolCode: "MYR",
        // },
        {
          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",
        },
        {
          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("美股資產"),
@@ -185,6 +204,7 @@
      userInfo: [],
      onlineService: "",
      moneyList: [],
      asstesAll: "0.00",
    };
  },
  created() {
@@ -211,7 +231,9 @@
            }
          });
        });
        console.log(this.listAsstes);
        const arr = data.data.filter((item) => item.accectType === "ALL");
        this.asstesAll = arr[0].totalMoneyUSD;
      }
    },
    tabsChange(e) {
@@ -260,7 +282,7 @@
      if (data.status === 0) {
        this.onlineService = data.data.onlineService;
      } else {
        Toast(data.msg);
        // Toast(data.msg);
      }
    },
    goWall() {
@@ -488,6 +510,8 @@
      color: #2d2f3c;
    }
    .li-USDT {
      min-width: 180px;
      text-align: right;
      font-style: normal;
      font-weight: 500;
      font-size: 0.37333rem;
@@ -990,4 +1014,4 @@
input[type="file"] {
  display: none !important;
}
</style>
</style>