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