yyl
2026-03-26 f4a702e212d1853735f8dae399da69d23bfa510e
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()