图鉴提交

dev_chengFeng
jiaoyangna 2021-08-06 17:19:44 +08:00
parent 1adf97eddc
commit 97de80b9cd
1 changed files with 5 additions and 5 deletions

View File

@ -141,11 +141,6 @@ function HandBookHeroInfoPanel:OnShow()
Util.ClearChild(self.rightObj.transform)
self:RefreshHeroLive()
if heroConFigData.MaxRank > 5 then
this.laiiyuanBtn.gameObject:SetActive(true)
else
this.laiiyuanBtn.gameObject:SetActive(false)
end
if PlayerManager.RewardItemSingleShowPopupIsRoleUpStarLayout2 then
PlayerManager.RewardItemSingleShowPopupIsRoleUpStarLayout = true
PlayerManager.RewardItemSingleShowPopupIsRoleUpStarLayout2 = true
@ -213,6 +208,11 @@ function HandBookHeroInfoPanel:SetPanelBg(heroData)
this.bgImageList[i]:SetActive(false)
end
end
if heroConFigData.MaxRank > 5 then
this.laiiyuanBtn.gameObject:SetActive(true)
else
this.laiiyuanBtn.gameObject:SetActive(false)
end
end
--刷新页签数据