diff --git a/lua/app/ui/dungeon_armor/armor_fund_ui.lua b/lua/app/ui/dungeon_armor/armor_fund_ui.lua index e1f13df9..bc5315a9 100644 --- a/lua/app/ui/dungeon_armor/armor_fund_ui.lua +++ b/lua/app/ui/dungeon_armor/armor_fund_ui.lua @@ -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) .. " " .. gift.value .. "%") + self.txDesc:setText(I18N:getGlobalText(I18N.GlobalConst.DUNGEON_ARMOR_DESC_16) .. " " .. gift.value .. "%") if not self.armorEntity:isBoughtFundStage(self.curStage) then -- 可购买 self.txBuy:setText(GFunc.getFormatPrice(gift.recharge_id))