Merge branch 'master_develop' of http://60.1.1.230/gaoxin/JL_Client into master_develop
commit
60a335684d
|
|
@ -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