This commit is contained in:
puxuan 2025-11-10 16:48:02 +08:00
parent efa763ef2c
commit 01f84354fb

View File

@ -648,6 +648,7 @@ function MainCityUI:checkMainPop()
end, end,
cancelFunc = function() cancelFunc = function()
LocalData:saveBattleSnapshot({}) LocalData:saveBattleSnapshot({})
self:checkMainPop()
end, end,
boxType = GConst.MESSAGE_BOX_TYPE.MB_OK_CANCEL, boxType = GConst.MESSAGE_BOX_TYPE.MB_OK_CANCEL,
} }