This commit is contained in:
2020-12-15 10:36:04 +08:00
parent 2bbbd980e2
commit 1ffb3bc156
8 changed files with 15 additions and 14 deletions

View File

@@ -196,7 +196,7 @@ export default defineComponent({
}
const iszc: any = await checkuser({phone: phone.value})
if(iszc.data){
if(iszc.data.type == 0){
if(iszc.data.identity == 0){
message.error(lan.$t("yizhucexuesheng"))
return ;
}