lcy
5 天以前 95b17cef6cee31512fba11384bb64bd164898a0b
Main/System/TimeRush/TimeRushWin.cs
@@ -78,7 +78,14 @@
    {
        if (operation == OperationType.default47)
        {
            RefreshAll();
            var list = manager.GetTabIDList();
            if (list.IsNullOrEmpty())
            {
                DelayCloseWindow().Forget();
                return;
            }
            manager.nowTabId = list[0];
            CreateAll();
        }
    }
@@ -122,7 +129,7 @@
            return;
        int roundType = config.RoundType;
        int tabType = config.TabType;
        Display(id);
        tabScroller.m_Scorller.RefreshActiveCellViews();
        taskScroller.SetActive(tabType == 1);
@@ -139,7 +146,7 @@
            CreateGiftScroller(roundType);
            return;
        }
        Display(id);
    }
    void CreateAll()