This commit is contained in:
cwchen 2024-08-20 20:23:54 +08:00
parent b377124836
commit 42c8148326
1 changed files with 5 additions and 1 deletions

View File

@ -809,6 +809,8 @@
}else{ }else{
this.isSubmit=false; this.isSubmit=false;
} }
}).catch(res=>{
this.isSubmit=false;
}); });
} else { } else {
@ -829,7 +831,9 @@
}else{ }else{
this.isSubmit=false; this.isSubmit=false;
} }
}); }).catch(res=>{
this.isSubmit=false;
});;
} }
} }
}); });