【本地化】修复鸿蒙阵白片

dev_chengFeng
gaoxin 2021-02-27 19:21:25 +08:00
parent 159dd3fa1d
commit d6613db511
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ function EnvoyItem:InitComponent(parent,data)
self.timer_text = Util.GetGameObject(self.gameObject,"Box/Empty/frame/Text"):GetComponent("Text")
self.AddImage = Util.GetGameObject(self.gameObject,"Box/Empty/frame/AddImage")
self.RedPoint = Util.GetGameObject(self.gameObject,"Box/Empty/redPoint")
--
Util.GetGameObject(self.gameObject, "GameObject/proIcon"):GetComponent("Image").sprite = Util.LoadSprite("r_hero_huo 1_zh")
end