dev_chengFeng
zhangqiang 2020-09-04 17:34:59 +08:00
parent 606ecfe6b2
commit f6a3178926
2 changed files with 12343 additions and 12343 deletions

File diff suppressed because it is too large Load Diff

View File

@ -192,8 +192,8 @@ function RoleInfoPanel:InitComponent()
this.talentBtn=Util.GetGameObject(self.transform,"talentBtn")
this.talentProgress=Util.GetGameObject(self.transform,"talentBtn/progress"):GetComponent("Text")
this.talentTipStr=Util.GetGameObject(self.transform,"rolePanel/layout/roleUpStarLayout/tipStr"):GetComponent("Text")
this.talentTipStrGo=Util.GetGameObject(self.transform,"rolePanel/layout/roleUpStarLayout/tipStr")
this.talentTipStr=Util.GetGameObject(self.transform,"talentBtn/tipStr"):GetComponent("Text")
this.talentTipStrGo=Util.GetGameObject(self.transform,"talentBtn/tipStr")
end
local oldLv = 0
--绑定事件(用于子类重写)