公会副本倒计时结束 加成buff 重置
parent
b65581fe71
commit
f6abc4a22e
|
|
@ -478,6 +478,7 @@ function this.RemainTimeDown(_timeTextExpert,timeDown)
|
|||
end
|
||||
if timeDown < 0 then
|
||||
_timeTextExpert.text = ""
|
||||
this.attackInfoText.text = Language[12343]
|
||||
-- if this.attackInfoTimeGo then
|
||||
-- this.attackInfoTimeGo:SetActive(false)
|
||||
-- end
|
||||
|
|
@ -493,6 +494,7 @@ function this.RemainTimeDown(_timeTextExpert,timeDown)
|
|||
this.timer = nil
|
||||
end
|
||||
_timeTextExpert.text = ""
|
||||
this.attackInfoText.text = Language[12343]
|
||||
-- LogGreen("ssssssssss")
|
||||
-- if this.attackInfoTimeGo then
|
||||
-- LogGreen("ssssssssss2")
|
||||
|
|
|
|||
Loading…
Reference in New Issue