From 53c4bdca13cc64203c1e4c8d8bb218a6cfdee0c9 Mon Sep 17 00:00:00 2001 From: kongweiqiang Date: Thu, 5 Mar 2026 12:08:13 +0800 Subject: [PATCH] =?UTF-8?q?2026.3.5=20liveroom=20=E7=88=B1=E5=BF=83?= =?UTF-8?q?=E9=A3=9E=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua b/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua index 4e233881a..1b31d228a 100644 --- a/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua +++ b/Assets/Lua/UI/UILiveRoom/UILiveRoomView.lua @@ -2138,9 +2138,11 @@ function UILiveRoomView:Init_FloatingHeart(itemlua) v.active = false v.canvasGroup.alpha = 0 end + itemlua.floatingHeart:SetActive(true) end function UILiveRoomView:Gen_FloatingHeart(itemlua) + self.FloatingHeart = { [1] = itemlua.floatingHeart.item1, [2] = itemlua.floatingHeart.item2,