礼物墙列表UI修改

This commit is contained in:
huangjian
2021-03-29 18:05:40 +08:00
parent 57979c8a8f
commit aedcd991cf
5 changed files with 41 additions and 28 deletions

View File

@@ -91,7 +91,7 @@ public class GameHomeModel extends BaseModel {
return api.apiRoomShortcut(String.valueOf(AuthModel.get().getCurrentUid()),
CommunityConstant.VERSION_VALID_TYPE,
AuthModel.get().getTicket())
.compose(RxHelper.handleStringData())
.compose(RxHelper.handleBeanData())
.compose(RxHelper.handleSchedulers());
}