【灵兽宝阁】有免费抽的时候不显示倒计时

dev_chengFeng
ZhangBiao 2021-05-07 10:55:04 +08:00
parent 8e44dca9b5
commit 04e3fec068
1 changed files with 1 additions and 1 deletions

View File

@ -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