Merge pull request #56 from AlanWeekend/main

fixed:looplistitem重复赋值问题
This commit is contained in:
ALEXTANG
2023-11-13 13:09:25 +08:00
committed by GitHub

View File

@@ -65,7 +65,7 @@ namespace GameLogic
base.AdjustItemNum(n, datas, funcItem);
m_tpFuncItem = funcItem;
LoopRectView.SetListItemCount(n);
LoopRectView.RefreshAllShownItem();
// LoopRectView.RefreshAllShownItem();
m_tpFuncItem = null;
}