litian
2025-03-14 6e6d4f6688d0f110993dc2055289e640a5fd29bb
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