diff --git a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/UI/Widget/UILoopListWidget.cs b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/UI/Widget/UILoopListWidget.cs index db7bea3e..d646bbb6 100644 --- a/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/UI/Widget/UILoopListWidget.cs +++ b/UnityProject/Assets/GameScripts/HotFix/GameLogic/Common/UI/Widget/UILoopListWidget.cs @@ -65,7 +65,7 @@ namespace GameLogic base.AdjustItemNum(n, datas, funcItem); m_tpFuncItem = funcItem; LoopRectView.SetListItemCount(n); - LoopRectView.RefreshAllShownItem(); + // LoopRectView.RefreshAllShownItem(); m_tpFuncItem = null; }