This commit is contained in:
liuye
2022-02-10 17:58:58 +08:00
parent b35bc2a76e
commit e0eae20975

View File

@@ -239,9 +239,12 @@ export default {
return this.$u.toast('请输入正确的身份证号码')
}
console.log(123)
var info = this.$idCardNoUtil.getIdCardInfo(this.form.idNumber)
this.form.birthDate = info.birthday
this.form.sex = info.gender
this.$forceUpdate()
console.log(this.form)
},
changePhone() {