【灵兽宝阁】有免费抽的时候不显示倒计时
parent
8e44dca9b5
commit
04e3fec068
|
@ -292,7 +292,7 @@ function LingShouBaoGe:TimeCountDown()
|
|||
local timeDown2 = ActData.endTime - GetTimeStamp()
|
||||
this.leftTime.text = Language[10023]..TimeToFelaxible(timeDown2)
|
||||
|
||||
this.tip1.gameObject:SetActive(timeDown < timeDown2)
|
||||
this.tip1.gameObject:SetActive((timeDown < timeDown2) and (freeTime == 0))
|
||||
|
||||
this.timer = Timer.New(function()
|
||||
if timeDown < 1 then
|
||||
|
|
Loading…
Reference in New Issue