无挑战次数描述修改
parent
31dd32a19b
commit
8ae3228319
|
@ -98,7 +98,7 @@ function FourElementMonsterCampPanel:BindEvent()
|
||||||
end)
|
end)
|
||||||
Util.AddClick(this.moppingUpBtn, function ()
|
Util.AddClick(this.moppingUpBtn, function ()
|
||||||
if trailData.canFightTime < 1 then
|
if trailData.canFightTime < 1 then
|
||||||
PopupTipPanel.ShowTip("今日已无购买次数")
|
PopupTipPanel.ShowTip("今日已无挑战次数")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if not ConfigManager.TryGetConfigDataByDoubleKey(ConfigName.CampTowerConfig,"CampId",curType,"FloorId",trailData.monsterWave + 1) then
|
if not ConfigManager.TryGetConfigDataByDoubleKey(ConfigName.CampTowerConfig,"CampId",curType,"FloorId",trailData.monsterWave + 1) then
|
||||||
|
|
Loading…
Reference in New Issue