diff --git a/Assets/ManagedResources/~Lua/Modules/Harmony/View/HarmonyScrllow.lua b/Assets/ManagedResources/~Lua/Modules/Harmony/View/HarmonyScrllow.lua index 02caf1797f..c3cfc0a6f0 100644 --- a/Assets/ManagedResources/~Lua/Modules/Harmony/View/HarmonyScrllow.lua +++ b/Assets/ManagedResources/~Lua/Modules/Harmony/View/HarmonyScrllow.lua @@ -134,6 +134,11 @@ function this.RunTimerFun() if value.TimerText then -- body value.TimerText.text = "" + if not value.AddImage.activeSelf then + -- body + value.AddImage:SetActive(true) + end + end end @@ -167,6 +172,7 @@ function this.SingleBoxDataShow(go,boxData,index) ItemList[go].index = index ItemList[go].TimerText = TimerText ItemList[go].Empty = Empty + ItemList[go].AddImage = AddImage Empty:SetActive(true) mask:SetActive(true) @@ -187,7 +193,7 @@ function this.SingleBoxDataShow(go,boxData,index) end else - if gridData.time -GetTimeStamp() <= 0 then + if gridData.time - GetTimeStamp() <= 0 then -- body TimerText.text = ""