合成界面页签显示修改

dev_chengFeng
wangzhenxing 2023-01-16 17:20:32 +08:00
parent d9baf95138
commit 12f0ccfe39
1 changed files with 1 additions and 1 deletions

View File

@ -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
--特殊的开启条件