活动修改提交

dev_chengFeng
jiaoyangna 2021-07-24 17:38:48 +08:00
parent ccc208b2c4
commit 1e70bdb2ca
1 changed files with 1 additions and 1 deletions

View File

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