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;