Commit 9fcd8564 authored by limingzhe's avatar limingzhe

fix: debug

parent 92b565b7
...@@ -644,6 +644,8 @@ initMask() { ...@@ -644,6 +644,8 @@ initMask() {
console.log('in testingPage ', this.curQues.tip_audio_url); console.log('in testingPage ', this.curQues.tip_audio_url);
// this.isCheckPage = true; // this.isCheckPage = true;
this.nextBtn.active = true;
this.startTesting(data, true); this.startTesting(data, true);
return; return;
...@@ -748,6 +750,16 @@ initMask() { ...@@ -748,6 +750,16 @@ initMask() {
const nextBtn = cc.find('middleLayer/BtnRight');
if (nextBtn) {
nextBtn.active = false;
}
this.initNextBtn();
// this.testingPage(this.curQues); // this.testingPage(this.curQues);
}, },
...@@ -781,11 +793,8 @@ initMask() { ...@@ -781,11 +793,8 @@ initMask() {
this.stopTesting(); this.stopTesting();
this.nextBtn.active = false; this.nextBtn.active = false;
this.photoEndCheckPageSuccess();
this.curQues.canPlayVideo = true;
this.checkCanPlayVideo();
this.hideTipAnima();
}) })
}, },
......
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