| 
					
				 | 
			
			
				@@ -254,10 +254,10 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     methods: { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       startExam() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         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() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         this.$router.push(`/center/exam/${courseId}`); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       }, 
			 |