【飘邈之旅】玩法入口文字错误

dev_chengFeng
zhangqiang 2021-08-20 10:56:14 +08:00
parent f8cc4f5c73
commit 6ad43f93ed
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
--绑定事件(用于子类重写)