xiyou_sanguo
zhangjiannan 2025-12-24 20:10:20 +08:00
parent 40a63d7d15
commit c83281d91a
1 changed files with 2 additions and 2 deletions

View File

@ -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))