【背包】修复滑动后切换页签不回到最顶部的 问题

dev_chengFeng
gaoxin 2021-09-06 19:23:41 +08:00
parent 34b09a565e
commit 0febc6ae6a
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ function this:SetItemData(_itemDatas, isTop,isNotAni)
table.insert(list, go)
end
end, not isTop,isNotAni)
this.ScrollView:SetIndex(1)
--特效层级重设
for i=1,#list do
Util.AddParticleSortLayer(list[i], this.sortingOrder- orginLayer2)