This commit is contained in:
2020-12-01 16:06:27 +08:00
parent 2aad5872f6
commit 11908b3e11
100 changed files with 83 additions and 83 deletions

View File

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