礼包红点刷新fix
This commit is contained in:
parent
a554ab91a5
commit
1b610b9e72
@ -92,6 +92,9 @@ function FourteenDayEntranceUI:onLoadRootComplete()
|
|||||||
self:bind(DataManager.FourteenDayData, "isDirty", function()
|
self:bind(DataManager.FourteenDayData, "isDirty", function()
|
||||||
self:onRefresh()
|
self:onRefresh()
|
||||||
end)
|
end)
|
||||||
|
self:bind(DataManager.ShopData, "isDirty", function()
|
||||||
|
self:refreshRedPoint()
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
function FourteenDayEntranceUI:onRefresh()
|
function FourteenDayEntranceUI:onRefresh()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user