dedsudiyu před 1 dnem
rodič
revize
179aac198a

+ 1 - 1
src/views/safetyEducationExaminationNew/featurePage/mockExam/index.vue

@@ -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,
           });

+ 1 - 1
src/views/safetyEducationExaminationNew/featurePage/startTheExam/index.vue

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

+ 1 - 1
src/views/safetyEducationExaminationNew/safetyEducation/learningTasks/index.vue

@@ -60,7 +60,7 @@
               :stroke-width="4"
               :width="60" :percentage="item.progress">
             </el-progress>
-            <p class="position-p-1">我是课程名称我</p>
+            <p class="position-p-1">{{item.examName}}</p>
           </div>
           <p class="null-text-p" v-if="!dataList[0]">暂无数据</p>
         </div>