zzzz
2024-04-21 bc2a7316ce753a6731d9d93faf553f450a9ccda3
src/page/newUser/index.vue
@@ -29,7 +29,7 @@
        <van-row class="van-row-box">
          <van-col span="24">
            <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">
@@ -37,7 +37,7 @@
            </div>
          </van-col>
        </van-row>
        <van-row style="margin-top: 18px">
        <!-- <van-row style="margin-top: 18px">
          <div
            class="van-col van-col--12"
            style="margin-top: 10px"
@@ -54,7 +54,7 @@
              </div>
            </div>
          </div>
        </van-row>
        </van-row> -->
        <van-row style="margin-top: 16px">
          <van-col span="8" style="display: flex; justify-content: center">
            <van-button
@@ -72,18 +72,6 @@
              >{{ $t("提款") }}</van-button
            >
          </van-col>
          <!-- transferIndex -->
          <van-col span="8" style="display: flex; justify-content: center">
            <van-button
              @click="$router.push('/transferIndex')"
              class="btn-two"
              type="default"
              >{{ $t("hj245") }}</van-button
            >
          </van-col>
          <!-- <van-col span="6" style="display: flex; justify-content: center">
            <van-button class="btn-two" type="default">資金明細</van-button>
          </van-col> -->
        </van-row>
      </div>
      <div class="content-list-box">
@@ -110,9 +98,9 @@
                  <div class="DINPro">
                    {{ item.symbol }} {{ item.availableBalance || "0.00" }}
                  </div>
                  <div class="DINPro">
                  <!-- <div class="DINPro">
                    ≈ $ {{ item.availableBalanceUSD || "0.00" }}
                  </div>
                  </div> -->
                </div>
              </li>
              <li>
@@ -123,7 +111,7 @@
                  <div class="DINPro">
                    {{ item.symbol }} {{ item.freezeMoney || "0.00" }}
                  </div>
                  <div class="DINPro">≈ $ {{ item.freezeMoney || "0.00" }}</div>
                  <!-- <div class="DINPro">≈ $ {{ item.freezeMoney || "0.00" }}</div> -->
                </div>
              </li>
            </ul>
@@ -157,33 +145,6 @@
          symbolCode: "INR",
          symbol: "₹",
        },
        // {
        //   title: this.$t("美股資產"),
        //   title3: this.$t("美股總資產"),
        //   title1: this.$t("美股可用"),
        //   title2: this.$t("美股冻结"),
        //   accectType: "US",
        //   symbol: "$",
        //   symbolCode: "USD",
        // },
        // {
        //   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",
        // },
      ],
      active: this.$t("印股資產"),
      name: "",
@@ -224,7 +185,7 @@
        });
        const arr = data.data.filter((item) => item.accectType === "ALL");
        this.asstesAll = arr[0].totalMoneyUSD;
        this.asstesAll = arr[0].totalMoney;
      }
    },
    tabsChange(e) {