昵称不可空
This commit is contained in:
@@ -222,7 +222,7 @@
|
|||||||
that.userMes.nickname = that.userMes.oldName
|
that.userMes.nickname = that.userMes.oldName
|
||||||
console.log(that.userMes.nickname)
|
console.log(that.userMes.nickname)
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title:that.userMes.oldName,
|
title:'昵称不可为空',
|
||||||
icon:'none'
|
icon:'none'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user