【商店】修复灵兽山跳转灵兽商店会显示其他商店的数据的问题

dev_chengFeng
gaoxin 2020-11-02 22:43:11 +08:00
parent d10134216c
commit 34b4b5db51
2 changed files with 2 additions and 2 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

@ -407,7 +407,7 @@ function this:RefreshItemList(isTop)
local itemData = itemlist[index]
self:ShopItemAdapter(shopItem, itemData)
if isPlayShow then
shopItem.gameObject:SetActive(false)
shopItem.gameObject:SetActive(true)
end
end)
if isTop then