修复了部分问题

This commit is contained in:
2020-11-27 14:53:43 +08:00
parent a35253b4b9
commit ae1ba85e2c
4 changed files with 7 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ function join() {
$('#header-roomId').html('房间号: ' + $('#roomId').val());
$('#member-me')
.find('.member-id')
.html($('#userId').val() + '(我)');
.html(window.uname + '(我)');
}
function leave() {