fixed:looplistitem重复赋值问题

fixed:looplistitem重复赋值问题
This commit is contained in:
Weekend
2023-11-12 19:49:02 +08:00
parent b52e655c30
commit 1b6f80952e

View File

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