【踏碎凌霄】掉落修改
parent
9f1c678482
commit
a8353cf884
|
|
@ -847,6 +847,7 @@ function this:OnClose()
|
||||||
for i = 1, #boxList2 do
|
for i = 1, #boxList2 do
|
||||||
destroy(boxList2[i].obj)
|
destroy(boxList2[i].obj)
|
||||||
end
|
end
|
||||||
|
boxList2 = {}
|
||||||
end
|
end
|
||||||
|
|
||||||
--界面销毁时调用(用于子类重写)
|
--界面销毁时调用(用于子类重写)
|
||||||
|
|
|
||||||
|
|
@ -183,16 +183,12 @@ function this:Refresh()
|
||||||
LogBlue("#curGiftId:"..tostring(curGiftId))
|
LogBlue("#curGiftId:"..tostring(curGiftId))
|
||||||
if curType == 1 then
|
if curType == 1 then
|
||||||
this.tip.text = string.format("恭喜您等级提升至%s级,我们为您准备了超值礼包,助您提升战力!!!",RechargeConfig[curGiftId].Desc)
|
this.tip.text = string.format("恭喜您等级提升至%s级,我们为您准备了超值礼包,助您提升战力!!!",RechargeConfig[curGiftId].Desc)
|
||||||
LogPink(string.format("恭喜您等级提升至%s级,我们为您准备了超值礼包,助您提升战力!!!",RechargeConfig[curGiftId].Desc))
|
|
||||||
elseif curType == 3 then
|
elseif curType == 3 then
|
||||||
this.tip.text = string.format("恭喜通关当前关卡,我们为您准备了超值礼包,助您战力飙升")
|
this.tip.text = string.format("恭喜通关当前关卡,我们为您准备了超值礼包,助您战力飙升")
|
||||||
LogYellow(string.format("恭喜通关当前关卡,我们为您准备了超值礼包,助您战力飙升"))
|
|
||||||
elseif curType == 4 then
|
elseif curType == 4 then
|
||||||
this.tip.text = string.format("恭喜您击败心魔挑战成功,我们为您准备了超值礼包,帮助您击杀心魔快速通关!")
|
this.tip.text = string.format("恭喜您击败心魔挑战成功,我们为您准备了超值礼包,帮助您击杀心魔快速通关!")
|
||||||
LogYellow(string.format("恭喜您击败心魔挑战成功,我们为您准备了超值礼包,帮助您击杀心魔快速通关!"))
|
|
||||||
else
|
else
|
||||||
this.tip.text = ""
|
this.tip.text = ""
|
||||||
LogPurple("空的!!!!!!!!!!!")
|
|
||||||
end
|
end
|
||||||
|
|
||||||
this.arrowsLeft:SetActive(num > 1)
|
this.arrowsLeft:SetActive(num > 1)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue