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