临时上传
parent
14b51b8614
commit
6c77351d01
|
|
@ -1,5 +1,5 @@
|
||||||
local MJPlayerSelfCardInfoView = import(".MJPlayerSelfCardInfoView_jiangxi")
|
local MJPlayerSelfCardInfoView = import(".MJPlayerSelfCardInfoView_jiangxi")
|
||||||
local MJPlayerCardInfoView = require("main.majiang.MJPlayerCardInfoView")
|
local MJPlayerCardInfoView = require(".MJPlayerCardInfoView_jiangxi")
|
||||||
local MJMainView = require("main.majiang.MJMainView")
|
local MJMainView = require("main.majiang.MJMainView")
|
||||||
local EXClearingView = import(".EXClearingView")
|
local EXClearingView = import(".EXClearingView")
|
||||||
local TX_GameEvent = import(".GameEvent")
|
local TX_GameEvent = import(".GameEvent")
|
||||||
|
|
|
||||||
|
|
@ -151,9 +151,9 @@ function M:UpdateHandCard(getcard, mp)
|
||||||
mp = mp or false
|
mp = mp or false
|
||||||
|
|
||||||
local handCardName = self._viewText_cardInfo['Hand_Card']
|
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()
|
self._view_handCardList:RemoveChildrenToPool()
|
||||||
end
|
-- end
|
||||||
|
|
||||||
|
|
||||||
for i = 0, (#card_list) - 1 do
|
for i = 0, (#card_list) - 1 do
|
||||||
|
|
|
||||||
|
|
@ -333,7 +333,7 @@ function M:UpdateOutCardList(outcard, card_item, cursor)
|
||||||
self:AddFlag(i + 1, outlist[i], obj)
|
self:AddFlag(i + 1, outlist[i], obj)
|
||||||
-- obj.icon = "ui://Main_Majiang/"..card .. outlist[i+1]
|
-- obj.icon = "ui://Main_Majiang/"..card .. outlist[i+1]
|
||||||
sortStart = sortStart + sortStep
|
sortStart = sortStart + sortStep
|
||||||
obj.sortingOrder = sortStart
|
-- obj.sortingOrder = sortStart
|
||||||
obj.data = outlist[i + 1]
|
obj.data = outlist[i + 1]
|
||||||
|
|
||||||
if (oder == AreaOderType.down_up or (multi_draw_oder == 1)) then
|
if (oder == AreaOderType.down_up or (multi_draw_oder == 1)) then
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
local MJPlayerCardInfoView = import(".MJPlayerCardInfoView")
|
local MJPlayerCardInfoView = import(".MJPlayerCardInfoView_jiangxi")
|
||||||
|
|
||||||
local CardView = {
|
local CardView = {
|
||||||
card = nil,
|
card = nil,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue