Commit a39eafaa authored by 李维's avatar 李维

添加日志

parent 14cec8da
......@@ -1372,7 +1372,6 @@ cc.Class({
if (id == this.jumpData.step) {
const quesData = this.data.quesArr[i];
this.jumpTime = Number(quesData.ques_start);
isFind = true;
break;
}
......@@ -1383,6 +1382,9 @@ cc.Class({
const lastQuesData = this.data.quesArr[this.data.quesArr.length - 1];
this.jumpTime = lastQuesData.ques_end;
this.isTheEndVideo = true;
console.log("没有找到开始时间:", this.jumpTime)
} else {
console.log("找到开始时间:", this.jumpTime);
}
},
......
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