至尊降世活动兼容提交

dev_chengFeng
jiaoyangna 2021-10-22 17:21:31 +08:00
parent bfd2e06ecc
commit 73b9fad19d
1 changed files with 7 additions and 0 deletions

View File

@ -228,6 +228,13 @@ function SupremeHeroPopup:OnShow()
else
curPage = 1
end
local actData = ActivityGiftManager.GetActivityTypeInfo(ActivityTypeDef.SupremeHero)
if #actData.mission > 3 then
this.lingxiaobaojian.gameObject:SetActive(true)
else
curPage = 1
this.lingxiaobaojian.gameObject:SetActive(false)
end
--curPage = 2
this.InitShowPanel()
this.tianjingzunzheRed.gameObject:SetActive(this.RefreshRedPoint(1))