Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Oct 12, 2024
1 parent f1b7a6c commit 191c4d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/js/chat-room.js
Original file line number Diff line number Diff line change
Expand Up @@ -1415,9 +1415,7 @@ border-bottom: none;
*/
remarkList:{},
remark: function(userId,userName){
console.log(userId,userName);
let userRemark = prompt(`要给 ${userName} 备注什么呢?`);
console.log(userRemark);
if(userRemark === null) return;
if(userRemark === ''){
delete ChatRoom.remarkList[userId];
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/js/chat-room.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 191c4d4

Please sign in to comment.