【鸿蒙阵bug修改】
parent
6617d818c0
commit
50de01d5a0
|
@ -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 = ""
|
||||
|
|
Loading…
Reference in New Issue