This commit is contained in:
Fang 2023-07-31 10:06:11 +08:00
parent 532feae309
commit bdd7aaaf26

View File

@ -76,7 +76,7 @@ end
function ArmorFundUI:refreshBuy()
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
-- 可购买
self.txBuy:setText(GFunc.getFormatPrice(gift.recharge_id))