zhongshujie
1 天以前 c0ff00c32bca4077b140d0d69b2863851ae31273
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