123
dcc
2024-06-05 f15ad3456b47e43646234b9c91c3ddd77ab2cd02
src/page/newUser/index.vue
@@ -158,7 +158,25 @@
          symbolCode: "USD",
        },
        {
          title: this.$t("印股資產"),
          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("印股冻结"),
@@ -166,24 +184,15 @@
          symbol: "₹",
          symbolCode: "IND",
        },
        // {
        //   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: "JP",
          symbol: "¥",
          symbolCode: "JPN",
        },
      ],
      active: this.$t("美股資產"),
      name: "",
@@ -210,7 +219,6 @@
      if (data.status === 0) {
        // 判断是否登录
        this.moneyList = data.data;
        console.log(data.data)
        data.data.map((item) => {
          this.listAsstes.map((items) => {
            if (item.accectType === items.accectType) {
@@ -274,7 +282,7 @@
      if (data.status === 0) {
        this.onlineService = data.data.onlineService;
      } else {
        Toast(data.msg);
        // Toast(data.msg);
      }
    },
    goWall() {