unknown 3 rokov pred
rodič
commit
ca4bfa9978
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      src/containers/center/play/index.vue

+ 1 - 1
src/containers/center/play/index.vue

@@ -234,7 +234,7 @@
         this.$router.push(`/center/exam/${courseId}`);
       },
       printCert( ){
-        if( this.info.percent < 100 || this.info.score < 60){
+        if( this.info.getXs < this.info.totalXs || this.info.score < 60){
           this.$message.errorMsg("课程还未完成", 2)
           return;
         }