超框
This commit is contained in:
parent
532feae309
commit
bdd7aaaf26
@ -76,7 +76,7 @@ end
|
|||||||
|
|
||||||
function ArmorFundUI:refreshBuy()
|
function ArmorFundUI:refreshBuy()
|
||||||
local gift = DataManager.ShopData:getActGiftConfig()[self.curGiftId]
|
local gift = DataManager.ShopData:getActGiftConfig()[self.curGiftId]
|
||||||
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_ARMOR_DESC_16) .. " <size=46>" .. gift.value .. "%</size>")
|
self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_ARMOR_DESC_16) .. " <size=40>" .. gift.value .. "%</size>")
|
||||||
if not self.armorEntity:isBoughtFundStage(self.curStage) then
|
if not self.armorEntity:isBoughtFundStage(self.curStage) then
|
||||||
-- 可购买
|
-- 可购买
|
||||||
self.txBuy:setText(GFunc.getFormatPrice(gift.recharge_id))
|
self.txBuy:setText(GFunc.getFormatPrice(gift.recharge_id))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user