This commit is contained in:
2020-12-01 16:10:28 +08:00
parent 11908b3e11
commit 74f9760b2a
10 changed files with 11 additions and 11 deletions

View File

@@ -293,8 +293,8 @@ export default defineComponent({
return;
}
const iszc = await checkuser({phone: phone.value.phone})
if(sessionStorage.getItem("mid") == undefined &&iszc.data){
message.error(iszc.msg)
if(sessionStorage.getItem("mid") == undefined && iszc.data){
message.error(sessionStorage.getItem("mid") + iszc.msg)
return ;
}
lock = true;