From 6c5f5a16c23c1ed375dda3ce0ab6bf6cf22c7c95 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Mon, 28 Aug 2023 18:36:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/ui/activity/hero_fund/hero_fund_ui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua index 77ea462a..cf9d9058 100644 --- a/lua/app/ui/activity/hero_fund/hero_fund_ui.lua +++ b/lua/app/ui/activity/hero_fund/hero_fund_ui.lua @@ -102,7 +102,7 @@ function HeroFundUI:refreshBtns() local utralBtntx = uiMap["activity_herofund_ui.bg.title.buy2.tx_buyed"] local utralBuy = uiMap["activity_herofund_ui.bg.title.buy2.tx_buy"] utralBtntx:setText(I18N:getGlobalText(I18N.GlobalConst.ALREADY_ACTIVE)) - utralBuy:setText(DataManager.HeroFundData:getProPrice()) + utralBuy:setText(DataManager.HeroFundData:gettUtralPrice()) if DataManager.HeroFundData:getUtralBought() then utralbtn:setSprite(GConst.ATLAS_PATH.ACT_HEROFUND, BTN_ICON[2])