同步南城修改
parent
6c104ef0fd
commit
b97e76dd92
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue