diff --git a/src/project/fengdu/AppMine/userInfo.vue b/src/project/fengdu/AppMine/userInfo.vue index 66cfc08..ec6e665 100644 --- a/src/project/fengdu/AppMine/userInfo.vue +++ b/src/project/fengdu/AppMine/userInfo.vue @@ -138,9 +138,9 @@ export default { // if (!this.userIdNumber) { // return this.$u.toast('请输入身份证号') // } - if (!this.$idCardNoUtil.checkIdCardNo(this.userIdNumber)) { - return this.$u.toast('请输入正确的身份证号码') - } + // if (!this.$idCardNoUtil.checkIdCardNo(this.userIdNumber)) { + // return this.$u.toast('请输入正确的身份证号码') + // } if (!this.userGirdId) { return this.$u.toast('请选择所属网格') }