test
This commit is contained in:
@@ -239,9 +239,12 @@ export default {
|
|||||||
return this.$u.toast('请输入正确的身份证号码')
|
return this.$u.toast('请输入正确的身份证号码')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(123)
|
||||||
var info = this.$idCardNoUtil.getIdCardInfo(this.form.idNumber)
|
var info = this.$idCardNoUtil.getIdCardInfo(this.form.idNumber)
|
||||||
this.form.birthDate = info.birthday
|
this.form.birthDate = info.birthday
|
||||||
this.form.sex = info.gender
|
this.form.sex = info.gender
|
||||||
|
this.$forceUpdate()
|
||||||
|
console.log(this.form)
|
||||||
},
|
},
|
||||||
|
|
||||||
changePhone() {
|
changePhone() {
|
||||||
|
|||||||
Reference in New Issue
Block a user