2026.3.2 试炼之塔关闭聊天

This commit is contained in:
kongweiqiang 2026-03-02 10:46:53 +08:00
parent 7f15a1b7b9
commit 311f9e8a39
3 changed files with 1333 additions and 1174 deletions

View File

@ -1173,10 +1173,10 @@ MonoBehaviour:
m_Padding:
m_Left: 0
m_Right: 0
m_Top: 0
m_Top: 20
m_Bottom: 5
m_ChildAlignment: 4
m_Spacing: 0
m_ChildAlignment: 1
m_Spacing: 5
m_ChildForceExpandWidth: 0
m_ChildForceExpandHeight: 1
m_ChildControlWidth: 0

View File

@ -63,6 +63,9 @@ function UIClimbingTowerBattleView:Init()
self.leftFightingTime = self.controller:FightingTime()
self.leftTime.text.text = FormatTimeMS(self.leftFightingTime)
self.leftFightingTimeHandler = ManagerContainer.LuaTimerMgr:AddTimer(1000, -1, self, self.OnShowLeftFightingTime, nil)
-- 关闭聊天界面
self.NewBattleChatPart:HideView()
end
function UIClimbingTowerBattleView:RemoveEventListener()