This commit is contained in:
2020-11-27 14:55:43 +08:00
parent ae1ba85e2c
commit 577936d62e
11 changed files with 13 additions and 11 deletions

2
dist/js/common.js vendored
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() {