主题活动修改
parent
2d7197298e
commit
37ae683bf1
|
@ -209,6 +209,7 @@ function this.PageTabAdapter(tab, index, status)
|
|||
if GlobalActConfig[id].Type == ActivityTypeDef.LimitExchange then
|
||||
tab.gameObject:SetActive(GlobalActConfig[id].ShowArt ~= 1)
|
||||
end
|
||||
|
||||
--累计充值特殊处理
|
||||
if GlobalActConfig[id].Type == ActivityTypeDef.AccumulativeRechargeExper then
|
||||
if GlobalActConfig[id] and GlobalActConfig[id].ShowArt ~= 1 then
|
||||
|
@ -218,8 +219,6 @@ function this.PageTabAdapter(tab, index, status)
|
|||
end
|
||||
elseif GlobalActConfig[id].Type == ActivityTypeDef.DynamicAct_recharge then
|
||||
tab.gameObject:SetActive(true)
|
||||
else
|
||||
tab.gameObject:SetActive(false)
|
||||
end
|
||||
else
|
||||
tab.gameObject:SetActive(false)
|
||||
|
|
Loading…
Reference in New Issue