所属网格
@@ -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('请输入正确的身份证号码')
}