Skip to content

Commit

Permalink
fixed:looplistitem重复赋值问题
Browse files Browse the repository at this point in the history
fixed:looplistitem重复赋值问题
  • Loading branch information
AlanWeekend committed Nov 12, 2023
1 parent b52e655 commit 1b6f809
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ protected override void AdjustItemNum(int n, List<TData> datas = null, Action<TI
base.AdjustItemNum(n, datas, funcItem);
m_tpFuncItem = funcItem;
LoopRectView.SetListItemCount(n);
LoopRectView.RefreshAllShownItem();
// LoopRectView.RefreshAllShownItem();
m_tpFuncItem = null;
}

Expand Down

0 comments on commit 1b6f809

Please sign in to comment.