Browse Source

去除无用的注释

SanHQin 1 year ago
parent
commit
a7334f80d3
1 changed files with 0 additions and 21 deletions
  1. 0 21
      src/components/courseDetail.vue

+ 0 - 21
src/components/courseDetail.vue

@@ -1326,27 +1326,6 @@ export default {
 						window.parent.postMessage({ tools: "openCourseEUpdate",cid:this.classId }, "*");
 					}
         })
-				// this.$msgbox({
-				// 	title:'错误',
-				// 	message:"该课程尚未指定授课班级,请放回首页,使用修改功能添加授课班级。",
-				// 	iconClass:"el-icon-error",
-        //   confirmButtonText: '去修改',
-        //   cancelButtonText: '取消',
-				// 	showCancelButton:true,
-				// 	confirmButtonClass:'confirmButtonClass',
-				// 	type:"success"
-        // }).then(() => {
-				// 	if(this.courseDetail.state == 1){
-				// 		window.parent.postMessage({ tools: "openCourseUpdate",cid:"课程id" }, "*");
-				// 		this.$message.info("阶段")
-				// 	}else if(this.courseDetail.state == 2){
-				// 		window.parent.postMessage({ tools: "openCourseUpdate",cid:"课程id" }, "*");
-				// 		this.$message.info("任务")
-				// 	}else if(this.courseDetail.state == 3){
-				// 		window.parent.postMessage({ tools: "openCourseEUpdate",cid:"课程id" }, "*");
-				// 		this.$message.info("极简模式")
-				// 	}
-        // })
         // this.addUserRate(0);
       }
     },