Commit 92b565b7 authored by limingzhe's avatar limingzhe

fix: debug

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