注释
This commit is contained in:
parent
dc96fdcb1f
commit
58f261aeef
@ -9,7 +9,7 @@ function GemSellCell:init()
|
|||||||
self.cellHeight = 0
|
self.cellHeight = 0
|
||||||
local cellHeight = nil
|
local cellHeight = nil
|
||||||
local cfg = ConfigManager:getConfig("mall_treasure")
|
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]
|
local cell = uiMap["gem_sell_cell.cell_" .. i]
|
||||||
if cellHeight == nil then
|
if cellHeight == nil then
|
||||||
local w, h = cell:fastGetSizeDelta()
|
local w, h = cell:fastGetSizeDelta()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user