.
This commit is contained in:
parent
1049c97dc6
commit
3b9280f8b9
@ -87,7 +87,7 @@ function StarInfoComp:refreshStarBtn()
|
|||||||
if hadNum >= cost.num then
|
if hadNum >= cost.num then
|
||||||
self.costCell:showRewardNum(hadNum .. "/" .. cost.num)
|
self.costCell:showRewardNum(hadNum .. "/" .. cost.num)
|
||||||
else
|
else
|
||||||
self.costCell:setNushowRewardNummTx("<color=#D82F2D>" .. hadNum .. "</color>" .. "/" .. cost.num)
|
self.costCell:showRewardNum("<color=#D82F2D>" .. hadNum .. "</color>" .. "/" .. cost.num)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user