Jelajahi Sumber

集齐套装展示时长修改

huangxiaoyue 1 tahun lalu
induk
melakukan
91be59d727

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

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