Browse Source

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

huangxiaoyue 1 year ago
parent
commit
b647e8cda3

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

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