fix bug
This commit is contained in:
parent
3010f1f7d5
commit
b8f9f9786f
@ -95,7 +95,7 @@ function MainCityUI:_bind()
|
|||||||
if self.selectedIndex == GConst.MainCityConst.BOTTOM_PAGE.MAIN then
|
if self.selectedIndex == GConst.MainCityConst.BOTTOM_PAGE.MAIN then
|
||||||
self.subComps[self.selectedIndex]:refreshChapter(true)
|
self.subComps[self.selectedIndex]:refreshChapter(true)
|
||||||
end
|
end
|
||||||
end)
|
end, true)
|
||||||
self:bind(DataManager.PlayerData, "dirty", function(binder, value)
|
self:bind(DataManager.PlayerData, "dirty", function(binder, value)
|
||||||
self:refreshRoleInfo()
|
self:refreshRoleInfo()
|
||||||
end, true)
|
end, true)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user