个人中心

This commit is contained in:
liuye
2023-06-06 14:25:00 +08:00
parent 50372f014d
commit c07f8884aa

View File

@@ -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('请选择所属网格')
}