【商店】删除商店的动画显示

dev_chengFeng hotfix/xma/local/1.1.22
gaoxin 2020-11-03 01:00:27 +08:00
parent ba42282cc3
commit d00d3e803c
2 changed files with 5 additions and 5 deletions

View File

@ -314,7 +314,7 @@ function SecTorPlayAnimByScroll(scroll,_scale)
end
scroll:ForeachItemGO(function (index, go)
Timer.New(function ()
-- go.gameObject:SetActive(true)
go.gameObject:SetActive(true)
PlayUIAnim(go.gameObject)
end, scale*(index-1)):Start()
end)

View File

@ -413,10 +413,10 @@ function this:RefreshItemList(isTop)
if isTop then
self.ScrollView:SetIndex(1)
end
if isPlayShow then
SecTorPlayAnimByScroll(self.ScrollView,0.03)
isPlayShow = false
end
-- if isPlayShow then
-- -- SecTorPlayAnimByScroll(self.ScrollView, 0.03)
-- isPlayShow = false
-- end
end
end