Commit 1b7edf6d authored by haiyoucuv's avatar haiyoucuv

init

parent 93662419
...@@ -32,6 +32,8 @@ export class ReviewPanel extends Panel { ...@@ -32,6 +32,8 @@ export class ReviewPanel extends Panel {
this.cancelBtn.on(Button.EventType.CLICK, this.cancel, this); this.cancelBtn.on(Button.EventType.CLICK, this.cancel, this);
this.closeBtn.on(Button.EventType.CLICK, this.cancel, this); this.closeBtn.on(Button.EventType.CLICK, this.cancel, this);
// const { creditsNum, unparkCreditsNum, unparkQgNum, qgNum } = store.homeInfo;
const lockIndex = MainGame.ins.getLockPoints(); const lockIndex = MainGame.ins.getLockPoints();
if (lockIndex == 4) { if (lockIndex == 4) {
if (gameStore.startInfo.shareUnlocked) { if (gameStore.startInfo.shareUnlocked) {
......
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