Commit 681b1612 by maolipeng

fix:预览不显示教师名称

parent c5250b93
......@@ -195,7 +195,7 @@ function CreateWorkWXCourse() {
break;
case 'teacherId':
classinfo.teacherId = value.teacherId
classInfo.teacherName = value.teacherName
classinfo.teacherName = value.teacherName
setClassInfo(classinfo)
break;
case 'remindTime':
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment