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