同步弹出牌也要经过check检测

master
罗家炜 2025-05-08 15:24:37 +08:00
parent 6a4d4b574e
commit c01d21e849
1 changed files with 2 additions and 1 deletions

View File

@ -1141,7 +1141,8 @@ function M:ShowTipsCard(index)
self:UpdateCardMove(card.btn_card, false, false) self:UpdateCardMove(card.btn_card, false, false)
end end
end end
self._ctr_canSendCard.selectedIndex = 1 self._cardCheck:initCards(item)
self._ctr_canSendCard.selectedIndex = self._cardCheck:CheckCards() and 1 or 0
end end
function M:GetHandCardOffset(count) function M:GetHandCardOffset(count)