Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user