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

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 end
scroll:ForeachItemGO(function (index, go) scroll:ForeachItemGO(function (index, go)
Timer.New(function () Timer.New(function ()
-- go.gameObject:SetActive(true) go.gameObject:SetActive(true)
PlayUIAnim(go.gameObject) PlayUIAnim(go.gameObject)
end, scale*(index-1)):Start() end, scale*(index-1)):Start()
end) end)

View File

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