feat:完成我的页面UI改版

This commit is contained in:
Max
2023-11-24 21:13:57 +08:00
parent 4f24fed67f
commit bc3097f412
28 changed files with 575 additions and 859 deletions

View File

@@ -273,4 +273,9 @@ public class RouterType {
public static final int MY_SET = 75;
public static final int TOPIC = 76;
/**
* 收益记录目前只是本地用到所以用了100000
*/
public static final int MY_REVENUE = 100000;
}

View File

@@ -1,7 +1,8 @@
package com.chwl.core.room.bean
data class MeCenterInfo(
val centerBadge: String?= null,
val icon: Int? = null,
val centerBadge: String? = null,
val centerId: Int = 0,
val centerName: String = "",
val centerPic: String = "",