1:修改礼物取消选择后,还能送出的问题
2:修改背包礼物取消选择后还能送出的问题 3:修改打赏礼物取消选择后还能送出的问题
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user