QYF-GitLab1
3 天以前 c67a41c65c5f12a4378ec54f89cdc5672e83090f
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