lingmeng 2026-03-13 00:21:14 +08:00
commit 534209530f
1 changed files with 5 additions and 3 deletions

View File

@ -241,9 +241,11 @@ function M:InitHandCard(isPlayAni, index)
end
pokerListNum = pokerListNum + 1
local card_view = self.card_list[j]
card_view.btn_card:RemoveFromParent()
self._area_handcard_list:AddChild(card_view.btn_card)
card_view.btn_card:TweenMove(self:GetHandCardPos(card_view, self.cards_count), 0.08)
if card_view ~= nil then
card_view.btn_card:RemoveFromParent()
self._area_handcard_list:AddChild(card_view.btn_card)
card_view.btn_card:TweenMove(self:GetHandCardPos(card_view, self.cards_count), 0.08)
end
end
end
self:UpdateHandCardsPos()