Commit a2b2e774 authored by 范雪寒's avatar 范雪寒

fix: push

parent 84bb8b55
...@@ -400,7 +400,7 @@ cc.Class({ ...@@ -400,7 +400,7 @@ cc.Class({
this.sharkNode = null; this.sharkNode = null;
} }
this.createLetterPage(this.letter); this.createLetterPage(this.letter);
this._timeoutIds(setTimeout(() => { this._timeoutIds.push(setTimeout(() => {
this._enableRestart = true;; this._enableRestart = true;;
}, 1000)); }, 1000));
// this.loadNextLetter() // this.loadNextLetter()
......
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