【首充】========关卡首充显示修改
parent
43e1913e37
commit
d119bac1c0
|
|
@ -409,7 +409,7 @@ end
|
||||||
function FightPointPassMainPanel:OnShow()
|
function FightPointPassMainPanel:OnShow()
|
||||||
CheckRedPointStatus(RedPointType.XiaoYaoYouRedPoint)
|
CheckRedPointStatus(RedPointType.XiaoYaoYouRedPoint)
|
||||||
local activityId = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FirstRecharge)
|
local activityId = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FirstRecharge)
|
||||||
if activityId and activityId~=0 then
|
if activityId and activityId~=0 and DynamicActivityManager.IsQualifiled(1) then
|
||||||
this.btnFirstRechar:SetActive(true)
|
this.btnFirstRechar:SetActive(true)
|
||||||
else
|
else
|
||||||
this.btnFirstRechar:SetActive(false)
|
this.btnFirstRechar:SetActive(false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue