This commit is contained in:
liuye
2023-04-18 15:15:13 +08:00
parent caf9f2da13
commit 9bdad39418
3 changed files with 6 additions and 3 deletions

View File

@@ -126,6 +126,9 @@ export default {
if (!this.userName) {
return this.$u.toast('请输入用户昵称')
}
if (this.userName == '微信用户') {
return this.$u.toast('请修改用户昵称')
}
if (!this.userPhone) {
return this.$u.toast('请输入手机号')
}