This commit is contained in:
puxuan 2025-10-30 10:04:48 +08:00
parent 1049c97dc6
commit 3b9280f8b9

View File

@ -87,7 +87,7 @@ function StarInfoComp:refreshStarBtn()
if hadNum >= cost.num then
self.costCell:showRewardNum(hadNum .. "/" .. cost.num)
else
self.costCell:setNushowRewardNummTx("<color=#D82F2D>" .. hadNum .. "</color>" .. "/" .. cost.num)
self.costCell:showRewardNum("<color=#D82F2D>" .. hadNum .. "</color>" .. "/" .. cost.num)
end
end
end