无挑战次数描述修改

dev_chengFeng
jiaoyangna 2021-09-02 16:38:51 +08:00
parent 31dd32a19b
commit 8ae3228319
1 changed files with 1 additions and 1 deletions

View File

@ -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