商城红点去掉toast

This commit is contained in:
CloudJ 2023-05-30 09:43:29 +08:00
parent 09e8acb915
commit 08e95f0ff3

View File

@ -759,7 +759,7 @@ end
-- 底部栏是否有红点
function ShopData:getRp()
if not ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.MALL) then
if not ModuleManager:getIsOpen(ModuleManager.MODULE_KEY.MALL, true) then
return false
end