Skip to content

Commit

Permalink
评论区显示昵称
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Nov 6, 2024
1 parent 7fc37f3 commit 6c2f982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/js/channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ var ChatRoomChannel = {
let userNickname = data.userNickname;
let userName = data.userName;
if (userNickname !== undefined && userNickname !== "") {
userNickname = userNickname + " ( " + userName + " )"
userNickname = userNickname + " (" + userName + ")"
} else {
userNickname = userName;
}
Expand Down
Loading

0 comments on commit 6c2f982

Please sign in to comment.