This commit is contained in:
shijingjing
2023-02-17 11:07:32 +08:00
parent 392f27f94f
commit 336d1cc48f

View File

@@ -120,6 +120,9 @@ export default {
if(!this.form.idNumber) {
return this.$u.toast('请输入身份证号')
}
if (!this.$idCardNoUtil.checkIdCardNo(this.form.idNumber)) {
return this.$u.toast('请输入正确的身份证号码')
}
if(!this.form.areaId) {
return this.$u.toast('请选择地区')