소스 검색

Merge branch 'master' of http://192.168.123.2:3000/ck/XiuXianGame

zg 1 일 전
부모
커밋
50dc4425b6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

+ 1 - 1
Assets/Scripts/GameUI/EventManager/EventSystemManager.cs

@@ -1131,7 +1131,7 @@ public class EventSystemManager : Singleton<EventSystemManager>
             eventList.isCompleted = true;
         }
 
-        if (itemInfos != null || itemInfos.Count > 0)
+        if (itemInfos != null && itemInfos.Count > 0)
         {
             RewardsPanel rewardsPanel = await RewardsPanel.OpenPanel(itemInfos);
             await rewardsPanel.UIClosed();