This commit is contained in:
CloudJ 2023-05-23 18:49:27 +08:00
parent dc96fdcb1f
commit 58f261aeef

View File

@ -9,7 +9,7 @@ function GemSellCell:init()
self.cellHeight = 0
local cellHeight = nil
local cfg = ConfigManager:getConfig("mall_treasure")
for i = 1, 19 do -- 正常9个 提审19个 -- TODOJ
for i = 1, 19 do -- 正常9个 提审19个 暂未处理提审模式 -- TODOJ
local cell = uiMap["gem_sell_cell.cell_" .. i]
if cellHeight == nil then
local w, h = cell:fastGetSizeDelta()