|
@@ -364,7 +364,7 @@
|
|
|
this.warningTimer.destroy()
|
|
this.warningTimer.destroy()
|
|
|
this.warningTimer = null; // 建议同时将实例置为 null
|
|
this.warningTimer = null; // 建议同时将实例置为 null
|
|
|
}
|
|
}
|
|
|
- if(response.data.totalScore >= this.examInfo.totalScore){
|
|
|
|
|
|
|
+ if(response.data.totalScore >= this.examInfo.passScore){
|
|
|
if(response.data.needPrompt == 1){
|
|
if(response.data.needPrompt == 1){
|
|
|
//最佳记录
|
|
//最佳记录
|
|
|
this.$set(this,'shadeData',{
|
|
this.$set(this,'shadeData',{
|