diff --git a/lua/app/module/shop/shop_const.lua b/lua/app/module/shop/shop_const.lua index 1f30956e..fa5459d3 100644 --- a/lua/app/module/shop/shop_const.lua +++ b/lua/app/module/shop/shop_const.lua @@ -18,14 +18,14 @@ ShopConst.PRIVILEGE_CARD_ID_MAP = { ShopConst.FIRST_RECHARGE_GEARS = { GEAR_1 = 1, GEAR_2 = 2, - GEAR_3 = 3 + -- GEAR_3 = 3 } -- 首充id ShopConst.FIRST_RECHARGE_ID = { [ShopConst.FIRST_RECHARGE_GEARS.GEAR_1] = {1003000001, 1003000101, 1003000201},-- 第一档首充 [ShopConst.FIRST_RECHARGE_GEARS.GEAR_2] = {1003000301, 1003000401, 1003000501},-- 第二档首充 - [ShopConst.FIRST_RECHARGE_GEARS.GEAR_3] = {1003000601, 1003000701, 1003000801},-- 第三档首充 + -- [ShopConst.FIRST_RECHARGE_GEARS.GEAR_3] = {1003000601, 1003000701, 1003000801},-- 第三档首充 } ShopConst.PRIVILEGE_SHOW_PAGE = { diff --git a/lua/app/ui/shop/first_recharge_ui.lua b/lua/app/ui/shop/first_recharge_ui.lua index 330bce7b..6db53926 100755 --- a/lua/app/ui/shop/first_recharge_ui.lua +++ b/lua/app/ui/shop/first_recharge_ui.lua @@ -203,7 +203,6 @@ function FirstRechargeUI:onRefresh() end if heroId and self.curGear ~= 3 then self.matchImg:setActive(true) - Logger.logHighlight("================= heroId = %s", heroId) local heroEntity = DataManager.HeroData:getEntity({id = heroId, level = 0}) local matchType = heroEntity:getMatchType() local qlt = heroEntity:getQlt()