From c3e0f4878a0ea8dbf2ee89eaeb7a67e52773d28b Mon Sep 17 00:00:00 2001 From: liuye Date: Tue, 6 Jun 2023 13:44:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=B0=E9=83=BD=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=20=E5=A7=93=E5=90=8D=EF=BC=8C=E8=BA=AB=E4=BB=BD?= =?UTF-8?q?=E8=AF=81=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppMine/userInfo.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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('请输入正确的身份证号码') }