礼包红点刷新fix

This commit is contained in:
Fang 2023-09-06 16:53:58 +08:00
parent a554ab91a5
commit 1b610b9e72

View File

@ -92,6 +92,9 @@ function FourteenDayEntranceUI:onLoadRootComplete()
self:bind(DataManager.FourteenDayData, "isDirty", function()
self:onRefresh()
end)
self:bind(DataManager.ShopData, "isDirty", function()
self:refreshRedPoint()
end)
end
function FourteenDayEntranceUI:onRefresh()