From bdd7aaaf267a298c031f3076320766e189c15a8b Mon Sep 17 00:00:00 2001 From: Fang Date: Mon, 31 Jul 2023 10:06:11 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B6=85=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/dungeon_armor/armor_fund_ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))