【飘邈之旅】页签的入口文字要与图片统一成“飘邈之旅”字

dev_chengFeng
zhangqiang 2021-07-08 16:20:22 +08:00
parent e250223aa2
commit c723fa04af
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ function InvadeMonsterView:InitComponent(gameObject, fightPointPassMainPanel)
this.btnJourneyWithWind = Util.GetGameObject(self.gameObject, "Bg/LeftUp/box/btnJoureyWithWind")
this.btnJourneyWithWindRedPoint = Util.GetGameObject(this.btnJourneyWithWind, "redPoint")
this.btnJourneyWithWindTime = Util.GetGameObject(this.btnJourneyWithWind, "time"):GetComponent("Text")
Util.GetGameObject(this.btnJourneyWithWind, "info"):GetComponent("Text").text = "之旅"
Util.GetGameObject(this.btnJourneyWithWind, "info"):GetComponent("Text").text = "之旅"
end
--绑定事件(用于子类重写)