临时上传

master
罗家炜 2025-04-22 14:36:02 +08:00
parent 14b51b8614
commit 6c77351d01
4 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
local MJPlayerSelfCardInfoView = import(".MJPlayerSelfCardInfoView_jiangxi")
local MJPlayerCardInfoView = require("main.majiang.MJPlayerCardInfoView")
local MJPlayerCardInfoView = require(".MJPlayerCardInfoView_jiangxi")
local MJMainView = require("main.majiang.MJMainView")
local EXClearingView = import(".EXClearingView")
local TX_GameEvent = import(".GameEvent")

View File

@ -151,9 +151,9 @@ function M:UpdateHandCard(getcard, mp)
mp = mp or false
local handCardName = self._viewText_cardInfo['Hand_Card']
if self._view_handCardList.numItems > #card_list - 1 then
-- if self._view_handCardList.numItems > #card_list - 1 then
self._view_handCardList:RemoveChildrenToPool()
end
-- end
for i = 0, (#card_list) - 1 do

View File

@ -333,7 +333,7 @@ function M:UpdateOutCardList(outcard, card_item, cursor)
self:AddFlag(i + 1, outlist[i], obj)
-- obj.icon = "ui://Main_Majiang/"..card .. outlist[i+1]
sortStart = sortStart + sortStep
obj.sortingOrder = sortStart
-- obj.sortingOrder = sortStart
obj.data = outlist[i + 1]
if (oder == AreaOderType.down_up or (multi_draw_oder == 1)) then

View File

@ -1,4 +1,4 @@
local MJPlayerCardInfoView = import(".MJPlayerCardInfoView")
local MJPlayerCardInfoView = import(".MJPlayerCardInfoView_jiangxi")
local CardView = {
card = nil,