1
jhzh
2024-09-02 04cd652e2aab05ff5a6cde1c3a6e0a18f4d6bf1c
src/page/newUser/index.vue
@@ -29,7 +29,7 @@
        <van-row class="van-row-box">
          <van-col span="20">
            <div class="content-all">
              <span>{{ $t("賬戶總資產") }}({{ $USD }})</span>
              <span>{{ $t("賬戶總資產") }}( $USD )</span>
              <i @click="xy = !xy" class="iconfont xy">&#xe8c7;</i>
            </div>
            <div class="number-all">
@@ -195,6 +195,15 @@
          symbolCode: "INR",
          symbol: "₹",
        },
        {
          title: this.$t("美股資產"),
          title3: this.$t("美股總資產"),
          title1: this.$t("美股可用"),
          title2: this.$t("美股冻结"),
          accectType: "US",
          symbolCode: "USD",
          symbol: "$",
        },
      ],
      active: this.$t("印股資產"),
      name: "",
@@ -250,6 +259,7 @@
        });
        const arr = data.data.filter((item) => item.accectType === "ALL");
        console.log(arr);
        this.asstesAll = arr[0].totalMoney;
      }
    },