Commit fa350353 authored by limingzhe's avatar limingzhe

fix: debug

parent aa262cba
...@@ -1890,8 +1890,8 @@ showStartLight() { ...@@ -1890,8 +1890,8 @@ showStartLight() {
playAudio(animNode.audioClip, () => { playAudio(animNode.audioClip, () => {
this.testingFinger(); this.testingFinger();
this.curQues.starAnimaArr = null; // this.curQues.starAnimaArr = null;
// this.curQuesVideoPlayEnd();
}) })
return; return;
...@@ -2957,6 +2957,8 @@ showStartLight() { ...@@ -2957,6 +2957,8 @@ showStartLight() {
if(this.isDestroy) { if(this.isDestroy) {
return; return;
} }
this.curQues.starAnimaArr = null;
this.curQuesVideoPlayEnd(); this.curQuesVideoPlayEnd();
}) })
......
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