From c7736d808d78f95dae4fbf9a50489119bdfec081 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, 10 Jun 2025 18:59:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8E=A9=E5=AE=B6=E9=87=8D?= =?UTF-8?q?=E8=BF=9E=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua_probject/main_project/main/majiang/MJPlayerCardInfoView.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua_probject/main_project/main/majiang/MJPlayerCardInfoView.lua b/lua_probject/main_project/main/majiang/MJPlayerCardInfoView.lua index fbcc9b11..369dbb66 100644 --- a/lua_probject/main_project/main/majiang/MJPlayerCardInfoView.lua +++ b/lua_probject/main_project/main/majiang/MJPlayerCardInfoView.lua @@ -215,7 +215,7 @@ function M:UpdateOutCardList(outcard, card_item, cursor) for i = 0, #outlist - 1 do local outcard = self._view_outCardList:AddItemFromPool() self:fillCard2(outcard, outCardName, outlist[i + 1]) - if i == #outlist - 1 then + if not cursor and i == #outlist - 1 then outcard:AddChild(cursor) cursor:Center() end