zzzz
2024-03-27 f9a172d143cd247f24e067ca14aa10387842dd41
src/page/user/recharge-sure.vue
@@ -97,7 +97,7 @@
      // 提款聚到
      rechargeSelect: {},
      actions: [{ name: "銀行卡充值", key: "YHK" }],
      actions: [{ name: this.$t("銀行卡充值"), key: "YHK" }],
      paymentShow: false,
      rechargeAccountShow: false,
@@ -109,7 +109,7 @@
          key: "US",
        },
        {
            name: this.$t("IN"),
          name: this.$t("IN"),
          key: "IN",
        },
        {
@@ -135,7 +135,7 @@
        assetsType: this.accectType,
      });
      if (res.status === 0) {
        Notify({ type: "success", message: this.$t('提款成功,等待审核') });
        Notify({ type: "success", message: this.$t("提款成功,等待审核") });
        setTimeout(() => {
          this.onClickLeft();
        }, 500);