新增部分跳转协议和我的页面new角标
This commit is contained in:
@@ -256,4 +256,14 @@ public class RouterType {
|
||||
* 71-粉丝团列表
|
||||
*/
|
||||
public static final int FANS_TEAM_LIST = 72;
|
||||
|
||||
/**
|
||||
* 72-装扮商城
|
||||
*/
|
||||
public static final int DECORATION_STORE = 73;
|
||||
|
||||
/**
|
||||
* 72-我的装扮
|
||||
*/
|
||||
public static final int MY_DECORATION = 74;
|
||||
}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
package com.yizhuan.xchat_android_core.room.bean
|
||||
|
||||
data class MeCenterInfo(
|
||||
val centerBadge: String = "",
|
||||
val centerBadge: String?= null,
|
||||
val centerId: Int = 0,
|
||||
val centerName: String = "",
|
||||
val centerPic: String = "",
|
||||
|
Reference in New Issue
Block a user