1:修改跳转房间出现roomId丢失的问题

2:修改红包列表上拉加载和下拉刷新
3:给签约房添加倒计时展示
This commit is contained in:
2025-12-12 22:25:04 +08:00
parent 98f8928bc8
commit 56d5d40214
4 changed files with 37 additions and 1 deletions

View File

@@ -622,7 +622,7 @@ public class RoomGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPres
// return;
// }
// } else {
if (roonGiftModel == null|| roonGiftModel.getGift_id() == null) {
if (roonGiftModel == null|| roonGiftModel.getGift_id() == null || !roonGiftModel.isChecked()) {
ToastUtils.show("请选择礼物");
return;
}