修复一个拼写报错
This commit is contained in:
parent
6cbf391728
commit
8158609a45
@ -694,7 +694,7 @@ function MainCityUI:setLeftSideBarArrowRedPoint(isShow)
|
||||
return
|
||||
end
|
||||
if isShow then
|
||||
if ModelManager.MaincityManager:getIsMainCityLeftSideBarClose() then
|
||||
if ModuleManager.MaincityManager:getIsMainCityLeftSideBarClose() then
|
||||
self.leftArrowBtn:removeRedPoint()
|
||||
else
|
||||
self.leftArrowBtn:addRedPoint()
|
||||
@ -709,7 +709,7 @@ function MainCityUI:setRightSideBarArrowRedPoint(isShow)
|
||||
return
|
||||
end
|
||||
if isShow then
|
||||
if ModelManager.MaincityManager:getIsMainCityRightSideBarClose() then
|
||||
if ModuleManager.MaincityManager:getIsMainCityRightSideBarClose() then
|
||||
self.rightArrowBtn:removeRedPoint()
|
||||
else
|
||||
self.rightArrowBtn:addRedPoint()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user