This commit is contained in:
chenxi 2023-04-21 14:45:24 +08:00
parent 3010f1f7d5
commit b8f9f9786f

View File

@ -95,7 +95,7 @@ function MainCityUI:_bind()
if self.selectedIndex == GConst.MainCityConst.BOTTOM_PAGE.MAIN then
self.subComps[self.selectedIndex]:refreshChapter(true)
end
end)
end, true)
self:bind(DataManager.PlayerData, "dirty", function(binder, value)
self:refreshRoleInfo()
end, true)