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])