Commit 92b565b7 authored by limingzhe's avatar limingzhe

fix: debug

parent b9651e02
...@@ -1605,19 +1605,19 @@ showStartLight() { ...@@ -1605,19 +1605,19 @@ showStartLight() {
console.log("this.curQues: ", this.curQues); console.log("this.curQues: ", this.curQues);
if (currentTime) { // if (currentTime) {
video.currentTime = currentTime; // video.currentTime = currentTime;
} else { // } else {
video.currentTime = Number(this.curQues.ques_start); // video.currentTime = Number(this.curQues.ques_start);
} // }
// if (this.playTimes > 0) {
if (this.curQues) { if (this.curQues) {
this.curEndTime = Number(this.curQues.ques_end); this.curEndTime = Number(this.curQues.ques_end);
} }
// }
delayCall(0.1, () => { delayCall(0.1, () => {
video.play(); video.play();
......
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