白片修改提交

dev_chengFeng
jiaoyangna 2021-02-23 10:57:38 +08:00
parent a5453201cc
commit 5f1d583737
1 changed files with 2 additions and 1 deletions

View File

@ -86,8 +86,9 @@ function RoleInfoPanel:InitComponent()
--上锁
this.lockBtn=Util.GetGameObject(this.optionUp,"lockBtn")
this.lockImage=Util.GetGameObject(this.lockBtn.transform,"lock")
this.lockImage:GetComponent("Image").sprite = Util.LoadSprite("r_tongyong_suoding_zh")
this.unlockImage=Util.GetGameObject(this.lockBtn.transform,"unlock")
this.unlockImage:GetComponent("Image").sprite = Util.LoadSprite("r_tongyong_jiesuo_zh")
this.talentBtn=Util.GetGameObject(self.transform,"talentBtn")
this.talentProgress=Util.GetGameObject(self.transform,"talentBtn/progress"):GetComponent("Text")
this.talentTipStr=Util.GetGameObject(self.transform,"talentBtn/tipStr"):GetComponent("Text")