Commit 5c1dc663 authored by limingzhe's avatar limingzhe

fix: debug

parent f2b7773e
...@@ -2298,13 +2298,13 @@ cc.Class({ ...@@ -2298,13 +2298,13 @@ cc.Class({
// await asyncDelay(0.3); // await asyncDelay(0.3);
this.showTipRemoveCard(() => { // this.showTipRemoveCard(() => {
this.showCurQues(); this.showCurQues();
this.showCurQuesLetter(); this.showCurQuesLetter();
this.needEmitBubbleArr = []; this.needEmitBubbleArr = [];
this.isCanCheck = true; this.isCanCheck = true;
}); // });
...@@ -7856,6 +7856,7 @@ cc.Class({ ...@@ -7856,6 +7856,7 @@ cc.Class({
this.showResultLayer(); this.showResultLayer();
this.endTesting(); this.endTesting();
this.videoNode.active = false;
// this.showAllWordSound(); // this.showAllWordSound();
// // playAudioByUrl(this.data.finish_right_audio_url, () => { // // playAudioByUrl(this.data.finish_right_audio_url, () => {
......
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