lsc 2 months ago
parent
commit
42f1cea982
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/courseDetail.vue

+ 1 - 1
src/components/courseDetail.vue

@@ -1444,7 +1444,7 @@ export default {
       } else {
 				this.getCourseDetail1().then(_=>{
 					if(this.classList.length<=0){
-						this.$confirm("该课程尚未指定授课班级,请回首页,使用修改功能添加授课班级。","提示",{
+						this.$confirm("该课程尚未指定授课班级,请回首页,使用修改功能添加授课班级。","提示",{
 							confirmButtonText: '去修改',
         		  cancelButtonText: '取消',
 							type:"error",