diff --git a/src/project/fengdu/AppMine/userInfo.vue b/src/project/fengdu/AppMine/userInfo.vue index a33350f..66cfc08 100644 --- a/src/project/fengdu/AppMine/userInfo.vue +++ b/src/project/fengdu/AppMine/userInfo.vue @@ -33,7 +33,7 @@
-
+

所属网格

@@ -132,12 +132,12 @@ export default { if (!this.userPhone) { return this.$u.toast('请输入手机号') } - if (!this.userRealName) { - return this.$u.toast('请输入真实姓名') - } - if (!this.userIdNumber) { - return this.$u.toast('请输入身份证号') - } + // if (!this.userRealName) { + // return this.$u.toast('请输入真实姓名') + // } + // if (!this.userIdNumber) { + // return this.$u.toast('请输入身份证号') + // } if (!this.$idCardNoUtil.checkIdCardNo(this.userIdNumber)) { return this.$u.toast('请输入正确的身份证号码') }