注释掉log
parent
8da9ab893c
commit
e07dc87e74
|
@ -129,7 +129,7 @@ function ArenaResultPopup:OnOpen(_args,_fun)
|
||||||
end
|
end
|
||||||
|
|
||||||
local rScore = redInfo.deltaScore
|
local rScore = redInfo.deltaScore
|
||||||
LogError("rscore=========================="..rScore)
|
|
||||||
if rScore and isWin then
|
if rScore and isWin then
|
||||||
redScore:SetActive(true)
|
redScore:SetActive(true)
|
||||||
local redScoreColor = rScore >= 0 and UIColorStr.GREEN or UIColorStr.RED
|
local redScoreColor = rScore >= 0 and UIColorStr.GREEN or UIColorStr.RED
|
||||||
|
|
Loading…
Reference in New Issue