From 391d43becff5a2eb25e1193acc1cbb8fc200ca58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Tue, 29 Apr 2025 19:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/extend_project/extend/poker/runfast/CardCheck.lua | 1 - .../extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua b/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua index 1ccbdb2f..78a1135a 100644 --- a/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua +++ b/lua_probject/extend_project/extend/poker/runfast/CardCheck.lua @@ -66,7 +66,6 @@ function M:initCards(cardList, flag) end end end - table.sort(self.cardList) print(self.cardNum, self.cardSize, temp_long) pt(self.cardList) 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 c9535ecc..405d7bc1 100644 --- a/lua_probject/extend_project/extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua +++ b/lua_probject/extend_project/extend/poker/runfast/RunFast_PlayerSelfPokerInfoView.lua @@ -743,6 +743,7 @@ function M:TouchMoveEnd(context) end if #send_card > 0 then + table.sort(send_card, tableSortNumber) self._cardCheck:initCards(#xuan_card > 0 and xuan_card or send_card, #xuan_card > 0) self._ctr_canSendCard.selectedIndex = self._cardCheck:CheckCards() and 1 or 0 else