bug
This commit is contained in:
@@ -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('请输入手机号')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user