|
@@ -82,6 +82,13 @@ export default {
|
|
this.question = null;
|
|
this.question = null;
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ if (currentExamQuestion.order != this.$route.params.order) {
|
|
|
|
+ console.log(
|
|
|
|
+ "试题获取内容后,发现页面已经切到别的题目上去了,放弃后续渲染"
|
|
|
|
+ );
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
const question = qContentRes.data;
|
|
const question = qContentRes.data;
|
|
|
|
|
|
this.updateExamQuestion({
|
|
this.updateExamQuestion({
|