zzzz
2024-04-22 44db498cedee7573d090797b1fe5c331c413b00a
src/page/user/recharge-sure.vue
@@ -85,7 +85,7 @@
    return {
      value: 0,
      paymentSelectData: "US",
      paymentSelectData: "IN",
      show: false,
@@ -99,18 +99,19 @@
      rechargeAccountData: {},
      rechargeAccountActions: [
        {
          name: this.$t("US"),
          key: "US",
          name: this.$t("IN"),
          key: "IN",
        },
        {
          name: this.$t("MAS"),
          key: "MAS",
        },
        {
          name: this.$t("HK"),
          key: "HK",
        },
        // {
        //   name: this.$t("MAS"),
        //   key: "MAS",
        // },
        // {
        //   name: this.$t("HK"),
        //   key: "HK",
        // },
      ],
      bankCard: {},
      availableBalanceUSD: "0.0000",
      getMoneyList: [],
@@ -153,7 +154,7 @@
        this.getMoneyList = res.data;
        res.data.map((item) => {
          if (item.accectType === this.rechargeAccountData.key) {
            this.availableBalanceUSD = item.availableBalanceUSD;
            this.availableBalanceUSD = item.availableBalance;
            this.symbolCode = item.symbolCode;
            this.accectType = item.accectType;
          }
@@ -187,7 +188,7 @@
      this.rechargeAccountData = e;
      (this.getMoneyList || []).map((item) => {
        if (item.accectType === this.rechargeAccountData.key) {
          this.availableBalanceUSD = item.availableBalanceUSD;
          this.availableBalanceUSD = item.availableBalance;
          this.symbolCode = item.symbolCode;
          this.accectType = item.accectType;
        }