开服冲榜修改提交

wangzhenxing 2022-11-14 13:05:34 +08:00
parent 5fc4f301c4
commit 4e0f854117
1 changed files with 7 additions and 1 deletions

View File

@ -55,13 +55,19 @@ function this:InitComponent()
currId=curConfig.Id
isFirst=true
end
--活动没开启页签不显示
if openTime>GetTimeStamp() then
tabBtn.gameObject:SetActive(false)
end
table.insert(this.btnList,tabBtn)
Util.AddClick(tabBtn,function ()
btnType=_
this.TabBtnOnClick(configInfo,tabBtn)
end)
end
if currId>5 then
this.grid:GetComponent("RectTransform").anchoredPosition=Vector2.New(300,9)
end
--显示货币
this.UpView = SubUIManager.Open(SubUIConfig.UpView, self.gameObject.transform)
this.itemList = {}