Commit f89a7df2 authored by limingzhe's avatar limingzhe

fix: debug

parent 3c6332e6
No preview for this file type
...@@ -1086,6 +1086,9 @@ cc.Class({ ...@@ -1086,6 +1086,9 @@ cc.Class({
console.log(' ~~~ showLetterAnim 7') console.log(' ~~~ showLetterAnim 7')
this.showLetterAnim(1, letter, () => { this.showLetterAnim(1, letter, () => {
this.canTouch = true;
this.checkShowDataPool(); this.checkShowDataPool();
}); });
...@@ -1336,6 +1339,7 @@ cc.Class({ ...@@ -1336,6 +1339,7 @@ cc.Class({
console.log(' ~~~ showLetterAnim 12') console.log(' ~~~ showLetterAnim 12')
this.showLetterAnim(1, letter, () => { this.showLetterAnim(1, letter, () => {
this.canTouch = true
this.checkShowDataPool(); this.checkShowDataPool();
}); });
...@@ -1381,6 +1385,9 @@ cc.Class({ ...@@ -1381,6 +1385,9 @@ cc.Class({
console.log(' ~~~ showLetterAnim 13') console.log(' ~~~ showLetterAnim 13')
this.showLetterAnim(1, letter, () => { this.showLetterAnim(1, letter, () => {
this.canTouch = true;
this.checkShowDataPool(); this.checkShowDataPool();
}); });
}) })
......
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