Main/System/TimeRush/TimeRushWin.cs
@@ -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()