1
PC-20250623MANY\Administrator
2025-08-24 1b8ed300551b88bd86b80b8dfa52d2d6c2b7fdb2
src/page/user/recharge-sure.vue
@@ -64,7 +64,7 @@
        <input type="number" :value="value" @input="inputValue" />
        <span
          class="myr"
          @click="value = Math.floor(availableBalance * 100) / 100"
          @click="value = Math.floor(availableBalanceUSD * 100) / 100"
          >{{ $t("最大") }}</span
        >
      </div>
@@ -116,22 +116,22 @@
      //  请选择提款账户
      rechargeAccountData: {},
      rechargeAccountActions: [
        // {
        //   name: this.$t("IN"),
        //   key: "IN",
        // },
        {
          name: "MEX",
          key: "MEX"
        }
        // {
        //   name: this.$t("MAS"),
        //   key: "MAS",
        // },
        // {
        //   name: this.$t("HK"),
        //   key: "HK",
        // },
          name: this.$t("US"),
          key: "US"
        },
        {
          name: this.$t("印股账户"),
          key: "IN"
        },
        {
          name: this.$t("台股账户"),
          key: "TW"
        },
        {
          name: this.$t("港股账户"),
          key: "HK"
        },
      ],
      bankCard: [],
@@ -209,7 +209,7 @@
      clipboard.onClick(e);
    },
    onClickLeft() {
      this.$router.push("/account");
      this.$router.go(-1);
    },
    yhkselect(e) {
      this.yhkrechargeSelect = e;