英雄属性详情界面去除工会技能跳转

dev_one_discount
wangzhenxing 2023-09-04 16:57:01 +08:00
parent 241fda7f84
commit c889e67a43
1 changed files with 2 additions and 1 deletions

View File

@ -79,6 +79,7 @@ function RoleProInfoPopup:InitComponent()
-- 公会数据节点
this.guildPre = newObjToParent(this.proPre2, this.thirdlyGrid)
this.jumpBtn = Util.GetGameObject(this.guildPre, "jumpBtn")
this.jumpBtn:SetActive(false)
this.guildProName = Util.GetGameObject(this.guildPre, "proName"):GetComponent("Text")
this.guildProValue = Util.GetGameObject(this.guildPre, "proVale"):GetComponent("Text")
@ -129,7 +130,7 @@ function RoleProInfoPopup:OnOpen(_allAddProVal,_configData,_isShowGuild,_guildSk
this.guildProName.text = Language[11061]..GuildSkillType[_configData.Profession]
this.guildProValue.text = allLv
-- 跳转按钮如果设置的公会技能等级,说明是别人,就不显示跳转
this.jumpBtn:SetActive(_guildSkill == nil)
this.jumpBtn:SetActive(false)
end
if not this.specialPro then