Revert "【巅峰赛 bug】 三局两胜 第三场不刷新bug 2"

This reverts commit 55383c6684.
dev_chengFeng
zhangqiang 2021-01-25 11:26:56 +08:00
parent 82bb3d164e
commit 13bca53a69
1 changed files with 6 additions and 6 deletions

View File

@ -90,12 +90,12 @@ function this.RefreshBaseShow()
local tmData = ArenaTopMatchManager.GetBaseData() local tmData = ArenaTopMatchManager.GetBaseData()
local isJoin = tmData.joinState == 1 local isJoin = tmData.joinState == 1
local titleName, stageName, stateName = ArenaTopMatchManager.GetCurTopMatchName() local titleName, stageName, stateName = ArenaTopMatchManager.GetCurTopMatchName()
-- this.freshTimeGo:SetActive(true) this.freshTimeGo:SetActive(true)
-- this.timeTypeGO:SetActive(true) this.timeTypeGO:SetActive(true)
-- if ArenaTopMatchManager.panelType <= 2 then if ArenaTopMatchManager.panelType <= 2 then
-- this.freshTimeGo:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType)) this.freshTimeGo:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType))
-- this.timeTypeGO:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType)) this.timeTypeGO:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType))
-- end end
if not isOpen then if not isOpen then
if tmData.progress == -2 then if tmData.progress == -2 then
this.matchName.text = " "..titleName this.matchName.text = " "..titleName