英雄信息界面金币改变刷新fix

This commit is contained in:
Fang 2023-07-14 16:12:19 +08:00
parent fe2f7de08b
commit 5e985f7743

View File

@ -178,6 +178,9 @@ function HeroDetailUI:_bind()
self:bind(self.heroEntity, "lv", function()
self:_display(true)
end)
self:bind(DataManager.BagData.ItemData:getItemById(GConst.ItemConst.ITEM_ID_GOLD), "isDirty", function()
self:_display()
end)
end
function HeroDetailUI:_initSpineObjs()