dist
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user