|
@@ -254,10 +254,10 @@
|
|
methods: {
|
|
methods: {
|
|
startExam() {
|
|
startExam() {
|
|
let courseId = this.courseId
|
|
let courseId = this.courseId
|
|
- if (this.info.getXs < this.info.totalXs) {
|
|
|
|
- this.$message.errorMsg("课程还未完成", 2)
|
|
|
|
- return;
|
|
|
|
- }
|
|
|
|
|
|
+ // if (this.info.getXs < this.info.totalXs) {
|
|
|
|
+ // this.$message.errorMsg("课程还未完成", 2)
|
|
|
|
+ // return;
|
|
|
|
+ // }
|
|
delExam()
|
|
delExam()
|
|
this.$router.push(`/center/exam/${courseId}`);
|
|
this.$router.push(`/center/exam/${courseId}`);
|
|
},
|
|
},
|