修复房间bug

This commit is contained in:
liyuhua
2024-03-13 20:49:51 +08:00
parent 9c8e892859
commit 7e663559c0
10 changed files with 33 additions and 17 deletions

View File

@@ -22,5 +22,6 @@ struct RoomDataModel : HandyJSON {
var avatar = ""
var onlineNum:Int = 0
var defUser = ""
var type:Int = 3
}