聊天界面恢复

This commit is contained in:
fatiao 2025-04-07 18:48:46 +08:00
parent 0cad06c244
commit 4df4004c18
2 changed files with 4 additions and 4 deletions

View File

@ -65,7 +65,7 @@ function NewBattleChatPart:RefreshChatBg()
if nil ~= self.viewLua.chltogBg then
DG.Tweening.DOTween.Kill(self.viewLua.chltogBg.canvasGroup)
--self.viewLua.chltogBg.canvasGroup:DOFade(1, 0)
self.viewLua.chltogBg.canvasGroup:DOFade(1, 0)
end
--self.chltogBg:SetActive(true)
if chatHideTimer then
@ -78,7 +78,7 @@ function NewBattleChatPart:HideChatBg()
if not self.uiview or not self.uiBase then
return
end
--self.viewLua.chltogBg.canvasGroup:DOFade(0, 0.5)
self.viewLua.chltogBg.canvasGroup:DOFade(0, 0.5)
end
function NewBattleChatPart:AddUIEventListener()

View File

@ -861,8 +861,8 @@ end
function UIBattleView:OnBossSpawned(bossActor,bossName,life,maxLife,skillParam,isPlayRecord)
-- TODO: New Battle UI
self.battleRootNew:SetActive(false)
self.NewBattleChatPart:HideView()
--self.battleRootNew:SetActive(false)
--self.NewBattleChatPart:HideView()
if bossMaskTimer ~= nil then
ManagerContainer.LuaTimerMgr:RemoveTimer(bossMaskTimer)