38
This commit is contained in:
@@ -120,6 +120,9 @@ export default {
|
|||||||
if(!this.form.idNumber) {
|
if(!this.form.idNumber) {
|
||||||
return this.$u.toast('请输入身份证号')
|
return this.$u.toast('请输入身份证号')
|
||||||
}
|
}
|
||||||
|
if (!this.$idCardNoUtil.checkIdCardNo(this.form.idNumber)) {
|
||||||
|
return this.$u.toast('请输入正确的身份证号码')
|
||||||
|
}
|
||||||
|
|
||||||
if(!this.form.areaId) {
|
if(!this.form.areaId) {
|
||||||
return this.$u.toast('请选择地区')
|
return this.$u.toast('请选择地区')
|
||||||
|
|||||||
Reference in New Issue
Block a user