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

@@ -270,7 +270,7 @@ public class RewardGiftDialogFragment extends BaseMvpDialogFragment<RewardGiftPr
private void giveGift(String num) {
getSelectedGift();
if (roonGiftModel == null) {
if (roonGiftModel == null || !roonGiftModel.isChecked()) {
ToastUtils.show("请选择礼物");
return;
}