英雄信息界面金币改变刷新fix
This commit is contained in:
parent
fe2f7de08b
commit
5e985f7743
@ -178,6 +178,9 @@ function HeroDetailUI:_bind()
|
|||||||
self:bind(self.heroEntity, "lv", function()
|
self:bind(self.heroEntity, "lv", function()
|
||||||
self:_display(true)
|
self:_display(true)
|
||||||
end)
|
end)
|
||||||
|
self:bind(DataManager.BagData.ItemData:getItemById(GConst.ItemConst.ITEM_ID_GOLD), "isDirty", function()
|
||||||
|
self:_display()
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
function HeroDetailUI:_initSpineObjs()
|
function HeroDetailUI:_initSpineObjs()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user