|
|
@@ -416,7 +416,7 @@
|
|
|
this.warningTimer = null; // 建议同时将实例置为 null
|
|
|
}
|
|
|
this.$set(this,'shadeData',{
|
|
|
- type:response.data.totalScore >= this.examInfo.totalScore?2:1,
|
|
|
+ type:response.data.totalScore >= this.examInfo.passScore?2:1,
|
|
|
totalScore:response.data.totalScore,
|
|
|
canContinueExam:0,
|
|
|
});
|