修复了部分问题

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

@@ -411,6 +411,7 @@
const urldata = GetRequest('roomid')
window.roomid = urldata.roomid
window.mid = urldata.memberid
window.uname = urldata.name
</script>