主城屏蔽鸿蒙阵入口,英雄属性信息去掉公会技能入口
parent
ff21cd74d2
commit
546e6d4627
|
@ -206,6 +206,7 @@ function this:InitComponent()
|
|||
this.btnTianShuMiJuan = Util.GetGameObject(self.gameObject,"RightDown/btnTianShuMiJuan")
|
||||
this.btnTianShuMiJuan:SetActive(false)
|
||||
this.btnXingYunTanBao = Util.GetGameObject(this.gameObject, "bg/btnXingYunTanBao")
|
||||
this.btnXingYunTanBao:SetActive(false)
|
||||
this.operateIcon = {
|
||||
[FUNCTION_OPEN_TYPE.SHOP] = this:AddFuncItem(this.btnShangdian, 50),
|
||||
[FUNCTION_OPEN_TYPE.HERO_RESOLVE] = this:AddFuncItem(this.btnFenjie, -1100),
|
||||
|
|
|
@ -119,6 +119,8 @@ function RoleProInfoPopup:OnOpen(_allAddProVal,_configData,_isShowGuild,_guildSk
|
|||
for _proId, go in pairs(ProGoList) do
|
||||
this.SetProShow(go, _proId, _allAddProVal[_proId])
|
||||
end
|
||||
--屏蔽公会技能显示
|
||||
_isShowGuild=false
|
||||
this.thirdlyGridP:SetActive(_isShowGuild)
|
||||
if not _configData then
|
||||
return
|
||||
|
|
Loading…
Reference in New Issue