开服冲榜修改提交
parent
5fc4f301c4
commit
4e0f854117
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue