From 58f261aeef9cf45eeb71b13f6668aab60d1d9424 Mon Sep 17 00:00:00 2001 From: CloudJ Date: Tue, 23 May 2023 18:49:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/shop/cell/gem_sell_cell.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()