修改了弹出层

This commit is contained in:
luyuan 2020-11-23 15:29:28 +08:00
parent 01fb703579
commit 62e57ff925
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3

View File

@ -294,7 +294,7 @@ export default defineComponent({
} }
const iszc = await checkuser({phone: phone.value.phone}) const iszc = await checkuser({phone: phone.value.phone})
if(iszc.data){ if(iszc.data){
message.error(lan.$t('zhanghaocunzai')) message.error(iszc.msg)
return ; return ;
} }
lock = true; lock = true;