dev_chengFeng
parent
a6fa4453e6
commit
cf7b336eef
|
@ -224,7 +224,7 @@ function FightPointPassMainPanel:InitComponent()
|
|||
this.OpenSeverWelfareInfoText = Util.GetGameObject(this.OpenSeverWelfare, "info"):GetComponent("Text")
|
||||
this.OpenSeverWelfareRed = Util.GetGameObject(this.OpenSeverWelfare, "redpot")
|
||||
this.battleUpLvTip = Util.GetGameObject(self.gameObject, "Bg/btnDown/battleUpLvTip")
|
||||
Util.GetGameObject(self.gameObject, "Bg/btnDown/battleUpLvTip"):GetComponent("Text").text = Language[12390]
|
||||
Util.GetGameObject(self.gameObject, "Bg/btnDown/battleUpLvTip/Text"):GetComponent("Text").text = Language[12390]
|
||||
|
||||
end
|
||||
|
||||
|
|
|
@ -410,7 +410,7 @@ function this:InitComponent()
|
|||
this.DynamicActivityRedPoint = Util.GetGameObject(this.btnDynamicActivity, "redPoint")
|
||||
this.DynamicActivityTime = Util.GetGameObject(this.btnDynamicActivity, "time"):GetComponent("Text")--
|
||||
this.battleUpLvTip = Util.GetGameObject(self.gameObject, "LeftDown/battleUpLvTip")
|
||||
Util.GetGameObject(self.gameObject, "LeftDown/battleUpLvTip"):GetComponent("Text").text = Language[12390]
|
||||
Util.GetGameObject(self.gameObject, "LeftDown/battleUpLvTip/Text"):GetComponent("Text").text = Language[12390]
|
||||
end
|
||||
|
||||
function this:SetPosFunc(v2)
|
||||
|
|
Loading…
Reference in New Issue