Browse Source

延长摘星展示集齐套装界面的时间

huangxiaoyue 1 year ago
parent
commit
f83a966029

+ 2 - 2
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxBonusShowView.cs

@@ -448,8 +448,8 @@ namespace GFGGame
                             _AnimationWait = false;
                         }
 
-                        //判断是否需要显示集齐套装界面(需要的时候晚3个定时器时间)
-                        if (count < totalCount || (count >= totalCount && _countShow > 5))
+                        //判断是否需要显示集齐套装界面(需要的时候晚5个定时器时间)
+                        if (count < totalCount || (count >= totalCount && _countShow > 7))
                         {
                             _recordTurnIndex.Add(index);
                             _countShow = 0;