合成界面页签显示修改
parent
d9baf95138
commit
12f0ccfe39
|
@ -124,7 +124,7 @@ function this.TabAdapter(tab, index, status)
|
|||
tabLab:GetComponent("Text").text = _TabData[index].name
|
||||
tabLab:GetComponent("Text").color = _TabFontColor[status]
|
||||
Util.GetGameObject(tab,"LockImage"):SetActive(status == "lock")
|
||||
-- this.SetBottomBarIsActive(tab, index)
|
||||
this.SetBottomBarIsActive(tab, index)
|
||||
end
|
||||
|
||||
--特殊的开启条件
|
||||
|
|
Loading…
Reference in New Issue