至尊降世活动兼容提交
parent
bfd2e06ecc
commit
73b9fad19d
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue