交易所前端蓝色ui 4.5 jiem
lxf
2025-04-18 02a3d94d359b34e915f34abec024cbc1504a6a7c
src/views/wallet/withdraw.vue
@@ -637,7 +637,8 @@
        session_token: this.session_token,
      };
      // 申请提现
      Axios.postFormData("api/withdraw/apply", withdrawParams).then((res) => {
      Axios.postFormData("wap/api/withdraw!apply.action", withdrawParams).then(
        (res) => {
        var jsonArray = res;
        if (jsonArray.code == 0) {
          this.$message.success(this.$t("message.user.xian37"));
@@ -652,7 +653,8 @@
          );
        }
        this.getWithdraw_open();
      });
        }
      );
    },
    cbAdressChoose(add) {
      this.address = add;