Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop

dev_chengFeng
ZhangBiao 2020-09-04 17:46:35 +08:00
commit 4b50f8408b
4 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
--绑定事件(用于子类重写)