已结算,但点击取消托管会报错

master
1076390229 2026-03-12 22:34:50 +08:00
parent ef67130d53
commit eb33d2ea99
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()