活动修改提交
parent
ccc208b2c4
commit
1e70bdb2ca
|
@ -99,7 +99,7 @@ function ActivityMainPanel:CheckActOpen(_index)
|
|||
end
|
||||
elseif tabs[_index].ShopData and tabs[_index].ShopData[1][1] == -9999 then
|
||||
local id = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.DynamicAct)
|
||||
if id and id > 0 and ActivityGiftManager.IsQualifiled(tabs[_index].ActiveType) and GlobalActConfig[id].ShowArt == tabs[_index].ActId then
|
||||
if id and id > 0 and ActivityGiftManager.IsQualifiled(ActivityTypeDef.DynamicAct) and GlobalActConfig[id].ShowArt == tabs[_index].ActId then
|
||||
_CurPageIndex = _index
|
||||
end
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue