spacing control
This commit is contained in:
parent
b600bb94af
commit
06fc1a2bea
@ -667,7 +667,6 @@ const app = new Vue({
|
|||||||
})
|
})
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
this.form.loading = false;
|
this.form.loading = false;
|
||||||
|
|
||||||
this.form.onFail(error);
|
this.form.onFail(error);
|
||||||
|
|
||||||
this.method_show_html = error.message;
|
this.method_show_html = error.message;
|
||||||
@ -772,6 +771,7 @@ const app = new Vue({
|
|||||||
if (response.data.success) {
|
if (response.data.success) {
|
||||||
if (response.data.redirect) {
|
if (response.data.redirect) {
|
||||||
this.form.loading = true;
|
this.form.loading = true;
|
||||||
|
|
||||||
window.location.href = response.data.redirect;
|
window.location.href = response.data.redirect;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user