酒吧房 1
This commit is contained in:
@@ -137,7 +137,7 @@ public class CommonAppContext extends MultiDexApplication implements Application
|
||||
@Getter
|
||||
public UnreadCountEvent unreadCountEvent;
|
||||
|
||||
public static int selectRelease = -1;
|
||||
public static int selectRelease = 1;
|
||||
|
||||
public int is_open = 0;//主题的开关
|
||||
|
||||
|
||||
@@ -27,6 +27,12 @@ public enum QXRoomSeatViewType {
|
||||
*/
|
||||
SIGNCONTRACT(10,"签约"),
|
||||
|
||||
|
||||
/**
|
||||
* 酒吧
|
||||
*/
|
||||
PUB(7,"酒吧"),
|
||||
|
||||
/**
|
||||
* 小黑屋麦位
|
||||
*/
|
||||
|
||||
@@ -15,6 +15,7 @@ enum class RoomType(
|
||||
DATING("交友", 1,3, 4, 8), // 1、3、4、8 均对应交友
|
||||
BLACK_ROOM("小黑屋", 6),
|
||||
JUKEBOX("点唱", 9),
|
||||
PUB_ROOM("酒吧", 7),
|
||||
MUTUAL_ENTERTAINMENT("互娱", 7),
|
||||
SIGN_CONTRACT("签约", 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user