开服冲榜修改提交

wangzhenxing 2022-11-16 17:30:05 +08:00
parent 5ae17748ce
commit 0834419332
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function this:InitComponent()
isFirst=true
end
--活动没开启页签不显示
if openTime>GetTimeStamp() then
if openTime>GetTimeStamp()+configInfo.Preview then
tabBtn.gameObject:SetActive(false)
end
table.insert(this.btnList,tabBtn)