diff --git a/src/project/fengdu/AppMine/userInfo.vue b/src/project/fengdu/AppMine/userInfo.vue
index 274de0a..bf84a1c 100644
--- a/src/project/fengdu/AppMine/userInfo.vue
+++ b/src/project/fengdu/AppMine/userInfo.vue
@@ -52,7 +52,7 @@
{{ user.areaName || '' }}
-
+
{{ userAreaName }}
请选择
@@ -134,6 +134,9 @@ export default {
if (!this.userIdNumber) {
return this.$u.toast('请输入身份证号')
}
+ if (!this.$idCardNoUtil.checkIdCardNo(this.userIdNumber)) {
+ return this.$u.toast('请输入正确的身份证号码')
+ }
if (!this.userAreaId) {
return this.$u.toast('请选择所属地区')
}