qinglong commit

dev_chengFeng
jiaoyangna 2020-08-26 23:14:51 +08:00
parent a7c7bd26ff
commit 1b5c0e361a
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function this.TabAdapter(tab, index, status)
Util.GetGameObject(tab,"Image"):GetComponent("Image").sprite = Util.LoadSprite(_TabData[index][status])
tabLab:GetComponent("Text").text = _TabData[index].name
tabLab:GetComponent("Text").color = _TabFontColor[status]
if _TabData[index].type ~= -1 and not ActivityGiftManager.IsActivityTypeOpen(_TabData[index].type) then
if _TabData[index].type ~= -1 and not ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.SUNLONG) then
tab.gameObject:SetActive(false)
end