This commit is contained in:
xiekaidong 2023-06-05 18:24:10 +08:00
commit 23a7504e80

View File

@ -201,7 +201,7 @@ function SevenDayUI:refreshStepInfo()
end
self.finalBoxCell:refreshByConfig(finalReward)
end
self.finalBoxCell:setNumTx(GConst.EMPTY_STRING)
self.finalBoxCell:setNumTx("x" .. finalReward.num)
end
end