【缥缈之旅】提交8
parent
56d0cce1e4
commit
73a4eee31b
|
@ -392,7 +392,13 @@ function this.RefreshJourneyWithWindShow()
|
|||
end
|
||||
end
|
||||
function this.JourneyWithWindBtnAutoClose()
|
||||
this.btnJourneyWithWind:SetActive(false)
|
||||
local idJourneyWithWind = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.JourneyWithWind)
|
||||
if idJourneyWithWind and idJourneyWithWind > 0 then
|
||||
this.btnJourneyWithWind:SetActive(true)
|
||||
this.RefreshJourneyWithWindShow()
|
||||
else
|
||||
this.btnJourneyWithWind:SetActive(false)
|
||||
end
|
||||
end
|
||||
--界面关闭时调用(用于子类重写)
|
||||
function InvadeMonsterView:OnClose()
|
||||
|
|
Loading…
Reference in New Issue