From 13bca53a693048edeba78ce0a2677d9fb8138548 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Mon, 25 Jan 2021 11:26:56 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=80=90=E5=B7=85=E5=B3=B0=E8=B5=9B?= =?UTF-8?q?=20bug=E3=80=91=20=E4=B8=89=E5=B1=80=E4=B8=A4=E8=83=9C=20?= =?UTF-8?q?=E7=AC=AC=E4=B8=89=E5=9C=BA=E4=B8=8D=E5=88=B7=E6=96=B0bug=202"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 55383c6684b591890c3218fd101294ce303e2f8b. --- .../~Lua/Modules/ArenaTopMatch/View/ATM_Title.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/View/ATM_Title.lua b/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/View/ATM_Title.lua index 33eb99f552..0beb05e500 100644 --- a/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/View/ATM_Title.lua +++ b/Assets/ManagedResources/~Lua/Modules/ArenaTopMatch/View/ATM_Title.lua @@ -90,12 +90,12 @@ function this.RefreshBaseShow() local tmData = ArenaTopMatchManager.GetBaseData() local isJoin = tmData.joinState == 1 local titleName, stageName, stateName = ArenaTopMatchManager.GetCurTopMatchName() - -- this.freshTimeGo:SetActive(true) - -- this.timeTypeGO:SetActive(true) - -- if ArenaTopMatchManager.panelType <= 2 then - -- this.freshTimeGo:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType)) - -- this.timeTypeGO:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType)) - -- end + this.freshTimeGo:SetActive(true) + this.timeTypeGO:SetActive(true) + if ArenaTopMatchManager.panelType <= 2 then + this.freshTimeGo:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType)) + this.timeTypeGO:SetActive(not ArenaTopMatchManager.GetIsBattleEndState(ArenaTopMatchManager.panelType)) + end if not isOpen then if tmData.progress == -2 then this.matchName.text = " "..titleName