四人同步
parent
1682cc668d
commit
f35527cc04
|
|
@ -166,9 +166,9 @@ function M:UpdateHandCard(getcard, mp)
|
||||||
end)
|
end)
|
||||||
else
|
else
|
||||||
-- if i >= self._view_handCardList.numItems then
|
-- if i >= self._view_handCardList.numItems then
|
||||||
-- btn_card = self._view_handCardList:AddItemFromPool()
|
btn_card = self._view_handCardList:AddItemFromPool()
|
||||||
-- else
|
-- else
|
||||||
btn_card = self._view_handCardList:GetChildAt(i)
|
-- btn_card = self._view_handCardList:GetChildAt(i)
|
||||||
-- end
|
-- end
|
||||||
end
|
end
|
||||||
self:fillCard2(btn_card, handCardName, tem_card)
|
self:fillCard2(btn_card, handCardName, tem_card)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue