新增房间类型

This commit is contained in:
liaozetao
2024-06-21 11:15:53 +08:00
parent 79421740f9
commit 24b59255c6

View File

@@ -374,12 +374,14 @@ export default {
switch (val) {
case 3:
return '普通房间';
case 6:
return '个播房间';
case 7:
return '游戏房间';
case 8:
return '聚会房间';
case 9:
return '狂欢房间';
}
}