天赋提示语

zhangqiang 2020-09-10 17:41:25 +08:00
parent 1b3c626708
commit 52c6a96dbb
1 changed files with 2 additions and 0 deletions

View File

@ -1096,6 +1096,7 @@ function RoleInfoPanel:OnClickBtnInfo()
--Log("情 报 情 报 情 报")
RoleInfoPanel.HideAllLayout()
this.roleInfoLayout:SetActive(true)
this.talentTipStrGo:SetActive(false)
RoleInfoPanel:SetSelectBtn(self.btnInfo, Language[11836])
end
--进阶按钮点击
@ -1106,6 +1107,7 @@ function RoleInfoPanel:OnClickBtnUpStar()
end
RoleInfoPanel.HideAllLayout()
this.roleUpStarLayout:SetActive(true)
this.talentTipStrGo:SetActive(true)
RoleInfoPanel:SetSelectBtn(self.btnUpStar, Language[11845])
end
--跳转直接到进阶界面