主题活动修改

jiaoyangna 2020-11-04 04:34:51 +08:00
parent 2d7197298e
commit 37ae683bf1
1 changed files with 1 additions and 2 deletions

View File

@ -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)