diff --git a/lua/app/ui/hero/hero_detail_ui.lua b/lua/app/ui/hero/hero_detail_ui.lua index bff654ce..f20d0733 100644 --- a/lua/app/ui/hero/hero_detail_ui.lua +++ b/lua/app/ui/hero/hero_detail_ui.lua @@ -99,8 +99,8 @@ function HeroDetailUI:_display() end else str = I18N:getGlobalText(I18N.GlobalConst.HERO_DESC_5) - hpStr = self.heroEntity:getCfgHp(self.heroEntity:getBeginLv()) - atkStr = self.heroEntity:getCfgAtk(self.heroEntity:getBeginLv()) + hpStr = self.heroEntity:getCfgHp(self.heroEntity:getBeginLv()) // DEFAULT_FACTOR + atkStr = self.heroEntity:getCfgAtk(self.heroEntity:getBeginLv()) // DEFAULT_FACTOR end uiMap["hero_detail_ui.bg.up_btn.desc"]:setText(str) uiMap["hero_detail_ui.bg.up_btn.num"]:setText(materials[2])