parent
5abf6060d2
commit
9926717bb9
|
|
@ -96,7 +96,7 @@ function MonsterCampNewPanel:BindEvent()
|
||||||
end,2)
|
end,2)
|
||||||
end)
|
end)
|
||||||
Util.AddClick(this.moppingUpBtn, function ()
|
Util.AddClick(this.moppingUpBtn, function ()
|
||||||
local waveConfig = ConfigManager.GetConfigData(ConfigName.FloodConfig,MonsterCampManager.monsterWave)
|
local waveConfig = ConfigManager.TryGetConfigData(ConfigName.FloodConfig,MonsterCampManager.monsterWave)
|
||||||
if not waveConfig then
|
if not waveConfig then
|
||||||
PopupTipPanel.ShowTip("已通过最高层,无法快速挑战!")
|
PopupTipPanel.ShowTip("已通过最高层,无法快速挑战!")
|
||||||
return
|
return
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue