Commit 8d8ddfb6 authored by 李维's avatar 李维

调整题目显示逻辑

parent 4a922594
...@@ -1363,9 +1363,9 @@ cc.Class({ ...@@ -1363,9 +1363,9 @@ cc.Class({
this.setJumpTime(); this.setJumpTime();
} }
// 时长获取到以后 可以计算题目点
this.setProgressBarMarkPoints();
if (this.jumpTime) { if (this.jumpTime) {
// 时长获取到以后 可以计算题目点
this.setProgressBarMarkPoints();
this.resetQuesIndex(this.jumpTime); this.resetQuesIndex(this.jumpTime);
this.initCurQues(); this.initCurQues();
} else if (this.isFirst) { } else if (this.isFirst) {
......
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