This commit is contained in:
yj 2025-02-20 17:07:30 +08:00
parent 04f7b0bb4c
commit b786ed9923
1 changed files with 1 additions and 0 deletions

View File

@ -826,6 +826,7 @@ Page({
let row = roomUserList.find((row: any) => row.uid == item.uid)
if (row) {
row.userName = item.nickName
row.avatarName = item.nickName?.slice(-2)
}
this.setData({
roomUserList