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