This commit is contained in:
puxuan 2025-10-29 19:38:47 +08:00
parent 1bffe0dd00
commit 29aa74f379
2 changed files with 2 additions and 3 deletions

View File

@ -18,14 +18,14 @@ ShopConst.PRIVILEGE_CARD_ID_MAP = {
ShopConst.FIRST_RECHARGE_GEARS = { ShopConst.FIRST_RECHARGE_GEARS = {
GEAR_1 = 1, GEAR_1 = 1,
GEAR_2 = 2, GEAR_2 = 2,
GEAR_3 = 3 -- GEAR_3 = 3
} }
-- 首充id -- 首充id
ShopConst.FIRST_RECHARGE_ID = { ShopConst.FIRST_RECHARGE_ID = {
[ShopConst.FIRST_RECHARGE_GEARS.GEAR_1] = {1003000001, 1003000101, 1003000201},-- 第一档首充 [ShopConst.FIRST_RECHARGE_GEARS.GEAR_1] = {1003000001, 1003000101, 1003000201},-- 第一档首充
[ShopConst.FIRST_RECHARGE_GEARS.GEAR_2] = {1003000301, 1003000401, 1003000501},-- 第二档首充 [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 = { ShopConst.PRIVILEGE_SHOW_PAGE = {

View File

@ -203,7 +203,6 @@ function FirstRechargeUI:onRefresh()
end end
if heroId and self.curGear ~= 3 then if heroId and self.curGear ~= 3 then
self.matchImg:setActive(true) self.matchImg:setActive(true)
Logger.logHighlight("================= heroId = %s", heroId)
local heroEntity = DataManager.HeroData:getEntity({id = heroId, level = 0}) local heroEntity = DataManager.HeroData:getEntity({id = heroId, level = 0})
local matchType = heroEntity:getMatchType() local matchType = heroEntity:getMatchType()
local qlt = heroEntity:getQlt() local qlt = heroEntity:getQlt()