diff --git a/lua/app/ui/shop/cell/gem_sell_cell.lua b/lua/app/ui/shop/cell/gem_sell_cell.lua index 659b3b99..204a79ff 100644 --- a/lua/app/ui/shop/cell/gem_sell_cell.lua +++ b/lua/app/ui/shop/cell/gem_sell_cell.lua @@ -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()