1.邀请弹窗关系誓言推荐 2.UI调整

This commit is contained in:
yitao_hello
2022-02-22 01:41:57 +08:00
parent f28d0aeb5a
commit fdefb1d725
19 changed files with 149 additions and 146 deletions

View File

@@ -17,5 +17,6 @@ data class CpInvitePageEntity(
val propsId: Int,
val propsImg: String,
val propsName: String,
val propsPrice: String
val propsPrice: String,
val recommenTxt:String?
)