【踏碎凌霄】掉落修改

dev_chengFeng
ZhangBiao 2021-04-28 01:51:16 +08:00
parent 9f1c678482
commit a8353cf884
2 changed files with 1 additions and 4 deletions

View File

@ -847,6 +847,7 @@ function this:OnClose()
for i = 1, #boxList2 do
destroy(boxList2[i].obj)
end
boxList2 = {}
end
--界面销毁时调用(用于子类重写)

View File

@ -183,16 +183,12 @@ function this:Refresh()
LogBlue("#curGiftId:"..tostring(curGiftId))
if curType == 1 then
this.tip.text = string.format("恭喜您等级提升至%s级我们为您准备了超值礼包助您提升战力!!!",RechargeConfig[curGiftId].Desc)
LogPink(string.format("恭喜您等级提升至%s级我们为您准备了超值礼包助您提升战力!!!",RechargeConfig[curGiftId].Desc))
elseif curType == 3 then
this.tip.text = string.format("恭喜通关当前关卡,我们为您准备了超值礼包,助您战力飙升")
LogYellow(string.format("恭喜通关当前关卡,我们为您准备了超值礼包,助您战力飙升"))
elseif curType == 4 then
this.tip.text = string.format("恭喜您击败心魔挑战成功,我们为您准备了超值礼包,帮助您击杀心魔快速通关!")
LogYellow(string.format("恭喜您击败心魔挑战成功,我们为您准备了超值礼包,帮助您击杀心魔快速通关!"))
else
this.tip.text = ""
LogPurple("空的!!!!!!!!!!!")
end
this.arrowsLeft:SetActive(num > 1)