lcy
4 天以前 2e7d66b9b7d541d878b2220fa1e50552e7553708
Main/System/TimeRush/TimeRushWin.cs
@@ -76,7 +76,7 @@
    private void OperationTimeUpdateEvent(OperationType operation)
    {
        if (operation == OperationType.default47)
        if (operation == OperationType.TimeRush)
        {
            var list = manager.GetTabIDList();
            if (list.IsNullOrEmpty())
@@ -109,13 +109,13 @@
    {
        var _cell = cell.GetComponent<TimeRushTaskCell>();
        _cell?.Display(cell.index, cell, taskList);
        manager.PlayAnimationSync?.Invoke();
    }
    private void OnRefreshGiftCell(ScrollerDataType type, CellView cell)
    {
        var _cell = cell.GetComponent<TimeRushGiftCell>();
        _cell?.Display(cell.index, giftItems);
        manager.PlayAnimationSync?.Invoke();
    }
    private void OnNowTabIdChangeEvent()
@@ -143,7 +143,7 @@
        if (tabType == 2)
        {
            CreateGiftScroller(roundType);
            giftScroller.m_Scorller.RefreshActiveCellViews();
            return;
        }