闫增涛
2024-12-31 593d3eaabe186077125e91059fa06bc79fac76d6
packageCourse/pages/course/index.js
@@ -289,8 +289,8 @@
      app.MG.edu
        .updateCourse({
          courseId: this.data.currentCourse.id,
          name: this.data.currentCourse.name,
          description: this.data.currentCourse.desc
          name: this.data.courseName,
          description: this.data.courseDesc,
        })
        .then((res) => {
          app.MG.edu