This commit is contained in:
liuye
2024-07-19 11:15:07 +08:00
parent feb0782b5c
commit b3d720e94f
5 changed files with 117 additions and 152 deletions

View File

@@ -146,6 +146,9 @@ export default {
if (!this.userPhone) {
return this.$u.toast('请输入手机号')
}
if (!this.vcode) {
return this.$u.toast('请输入验证码')
}
// if (!this.userRealName) {
// return this.$u.toast('请输入真实姓名')
// }