xbx #146

Merged
theluyuan merged 13 commits from xbx into master 2020-11-23 08:59:54 +00:00
Showing only changes of commit 62e57ff925 - Show all commits

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;