1:修改礼物取消选择后,还能送出的问题

2:修改背包礼物取消选择后还能送出的问题
3:修改打赏礼物取消选择后还能送出的问题
This commit is contained in:
2025-12-15 17:02:09 +08:00
parent 42f786f9ef
commit 7768a8f70b
3 changed files with 18 additions and 5 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;
}