1:还原礼物选择问题

This commit is contained in:
2025-12-13 00:44:30 +08:00
parent f80582a189
commit b915e9d044

View File

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