万象境入口修改
parent
60172f3089
commit
568d7c8ee2
|
|
@ -1235,7 +1235,7 @@ function this.InitFuncShow(funcType)
|
|||
if funcType then
|
||||
if this.operateIcon[funcType] then
|
||||
local isOpen = ActTimeCtrlManager.SingleFuncState(funcType)
|
||||
if funcType == FUNCTION_OPEN_TYPE.TRIAL then
|
||||
if funcType == FUNCTION_OPEN_TYPE.ENDLESS then
|
||||
isOpen = ActTimeCtrlManager.IsQualifiled(funcType)
|
||||
end
|
||||
Util.SetColor(this.operateIcon[funcType].lock, Color.New(1, 1, 1, 0.59))
|
||||
|
|
@ -1246,7 +1246,7 @@ function this.InitFuncShow(funcType)
|
|||
else
|
||||
for i, v in pairs(this.operateIcon) do
|
||||
local isOpen = ActTimeCtrlManager.SingleFuncState(i)
|
||||
if i == FUNCTION_OPEN_TYPE.TRIAL then
|
||||
if i == FUNCTION_OPEN_TYPE.ENDLESS then
|
||||
isOpen = ActTimeCtrlManager.IsQualifiled(i)
|
||||
end
|
||||
v.lock:SetActive(not isOpen)
|
||||
|
|
|
|||
Loading…
Reference in New Issue