修复关卡推送礼包报错的问题

gaoxin 2020-10-17 18:19:03 +08:00
parent 8b24a89d56
commit fecc48acc2
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ function this:Refresh()
elseif curType == 3 then
local specialConfig = ConfigManager.GetConfigData(ConfigName.SpecialConfig,93).Value
local num = tonumber(specialConfig)
local value = fightLevelConfig[FightPointPassManager.lastPassFightId].SortId
local value = fightLevelConfig[FightPointPassManager.curOpenFight].SortId
local value2 = ConfigManager.GetConfigDataByKey(ConfigName.MainLevelConfig,"SortId",math.floor(value/num)*num).Name
this.tip.text ="恭喜您通关"..value2..",我们为您准备了超值礼包,帮助您快速通关"
elseif curType == 4 then