From 7ee1038f09c58c40d26b51dca91ebd5b980c1d50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E5=AE=B6=E7=82=9C?= <2029049582@qq.com> Date: Wed, 7 May 2025 17:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E7=89=8C=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extend_project/extend/majiang/nancheng/EXClearingView.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua_probject/extend_project/extend/majiang/nancheng/EXClearingView.lua b/lua_probject/extend_project/extend/majiang/nancheng/EXClearingView.lua index a4c4fa3d..2d5f5eb1 100644 --- a/lua_probject/extend_project/extend/majiang/nancheng/EXClearingView.lua +++ b/lua_probject/extend_project/extend/majiang/nancheng/EXClearingView.lua @@ -181,6 +181,8 @@ function M:fillResult0(room, peopleNum, result) local handCardItem = allCardsList:AddItemFromPool("ui://Main_Majiang/Comp_HandCard") local handCardList = handCardItem:GetChild("list") + --手牌排序 + table.sort(infoList.hand_card, ViewUtil.HandCardSort) handCardList:SetVirtual() --去除赢家手牌标志 local flag_remove = infoList.is_win