xiyou_sanguo
parent
40a63d7d15
commit
c83281d91a
|
|
@ -484,10 +484,10 @@ function Practice:RefreshBtn()
|
|||
self.incarnationBtn:SetActive(ActTimeCtrlManager.SingleFuncState(FUNCTION_OPEN_TYPE.Incarnation))
|
||||
self.giftBtn:SetActive(CheckFunctionOpen(FUNCTION_OPEN_TYPE.Mingge))
|
||||
if CheckFunctionOpen(FUNCTION_OPEN_TYPE.GodsWayTower_3) then
|
||||
becomeAGodBtnLock:SetActive(false)
|
||||
self.becomeAGodBtnLock:SetActive(false)
|
||||
Util.SetGray(self.becomeAGodBtn, false)
|
||||
else
|
||||
becomeAGodBtnLock:SetActive(true)
|
||||
self.becomeAGodBtnLock:SetActive(true)
|
||||
Util.SetGray(self.becomeAGodBtn, true)
|
||||
end
|
||||
--self.becomeAGodBtn:SetActive(CheckFunctionOpen(FUNCTION_OPEN_TYPE.GodsWayTower_3))
|
||||
|
|
|
|||
Loading…
Reference in New Issue