主城屏蔽鸿蒙阵入口,英雄属性信息去掉公会技能入口

onepiece_demo_arena
wangzhenxing 2023-10-11 11:24:32 +08:00
parent ff21cd74d2
commit 546e6d4627
2 changed files with 3 additions and 0 deletions

View File

@ -206,6 +206,7 @@ function this:InitComponent()
this.btnTianShuMiJuan = Util.GetGameObject(self.gameObject,"RightDown/btnTianShuMiJuan") this.btnTianShuMiJuan = Util.GetGameObject(self.gameObject,"RightDown/btnTianShuMiJuan")
this.btnTianShuMiJuan:SetActive(false) this.btnTianShuMiJuan:SetActive(false)
this.btnXingYunTanBao = Util.GetGameObject(this.gameObject, "bg/btnXingYunTanBao") this.btnXingYunTanBao = Util.GetGameObject(this.gameObject, "bg/btnXingYunTanBao")
this.btnXingYunTanBao:SetActive(false)
this.operateIcon = { this.operateIcon = {
[FUNCTION_OPEN_TYPE.SHOP] = this:AddFuncItem(this.btnShangdian, 50), [FUNCTION_OPEN_TYPE.SHOP] = this:AddFuncItem(this.btnShangdian, 50),
[FUNCTION_OPEN_TYPE.HERO_RESOLVE] = this:AddFuncItem(this.btnFenjie, -1100), [FUNCTION_OPEN_TYPE.HERO_RESOLVE] = this:AddFuncItem(this.btnFenjie, -1100),

View File

@ -119,6 +119,8 @@ function RoleProInfoPopup:OnOpen(_allAddProVal,_configData,_isShowGuild,_guildSk
for _proId, go in pairs(ProGoList) do for _proId, go in pairs(ProGoList) do
this.SetProShow(go, _proId, _allAddProVal[_proId]) this.SetProShow(go, _proId, _allAddProVal[_proId])
end end
--屏蔽公会技能显示
_isShowGuild=false
this.thirdlyGridP:SetActive(_isShowGuild) this.thirdlyGridP:SetActive(_isShowGuild)
if not _configData then if not _configData then
return return