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

dev_chengFeng
gaoxin 2020-10-17 18:19:03 +08:00
parent 5e7bcff321
commit 3810fc2da1
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,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