dev_chengFeng
parent
9bac8e2bfc
commit
e655562a71
|
@ -26,7 +26,7 @@
|
||||||
[10025] = "是否点击============",
|
[10025] = "是否点击============",
|
||||||
[10026] = "开服福利",
|
[10026] = "开服福利",
|
||||||
[10027] = "需先领取上一奖励!",
|
[10027] = "需先领取上一奖励!",
|
||||||
[10028] = "重置时间:",
|
[10028] = "剩余时间:",
|
||||||
[10029] = "活动已结束!",
|
[10029] = "活动已结束!",
|
||||||
[10030] = "排名",
|
[10030] = "排名",
|
||||||
[10031] = "且战力达到",
|
[10031] = "且战力达到",
|
||||||
|
|
|
@ -429,9 +429,11 @@ function this:OnClose()
|
||||||
curSelectHeroConfig = {}
|
curSelectHeroConfig = {}
|
||||||
this.replaceHero:SetActive(false)
|
this.replaceHero:SetActive(false)
|
||||||
this.needHero:SetActive(false)
|
this.needHero:SetActive(false)
|
||||||
|
oldChoose = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
function this:OnDestroy()
|
function this:OnDestroy()
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
return this
|
return this
|
Loading…
Reference in New Issue