From c01d21e8495f063c9a7d1c1ed776bd540a872dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Thu, 8 May 2025 15:24:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=BC=B9=E5=87=BA=E7=89=8C?= =?UTF-8?q?=E4=B9=9F=E8=A6=81=E7=BB=8F=E8=BF=87check=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lua_probject/extend_project/extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua b/lua_probject/extend_project/extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua index aeb15352..0202bf7f 100644 --- a/lua_probject/extend_project/extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua +++ b/lua_probject/extend_project/extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua @@ -1141,7 +1141,8 @@ function M:ShowTipsCard(index) self:UpdateCardMove(card.btn_card, false, false) end end - self._ctr_canSendCard.selectedIndex = 1 + self._cardCheck:initCards(item) + self._ctr_canSendCard.selectedIndex = self._cardCheck:CheckCards() and 1 or 0 end function M:GetHandCardOffset(count)