同步南城修改

master
罗家炜 2025-04-07 19:39:12 +08:00
parent 6c104ef0fd
commit b97e76dd92
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function M:__BuGang(cardInfo, callback)
list_card.numItems = #cardInfo
list_card.onClickItem:Set(function(context)
local item = context.data
local index = item.data
local index = list:GetChildIndex(item)
callback(cardInfo[index + 1])
end)