Commit db5f8767 authored by haiyoucuv's avatar haiyoucuv

init

parent bb636a78
...@@ -59,6 +59,7 @@ export class UnlockPanel extends Panel { ...@@ -59,6 +59,7 @@ export class UnlockPanel extends Panel {
const suc = await gameStore.unlockPark(type); const suc = await gameStore.unlockPark(type);
if (!suc) return; if (!suc) return;
this.hidePanel();
onSuccess?.(); onSuccess?.();
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment