| | |
| | | updateCourse: false, |
| | | currentCourse: null, |
| | | submitLoading: false, |
| | | showContentOnly: false, |
| | | // 加载参数 |
| | | bottomLoading: false, |
| | | isMoreData: false, |
| | |
| | | */ |
| | | onLoad(options) { |
| | | this.getData() |
| | | }, |
| | | |
| | | showDialog() { |
| | | this.setData({ |
| | | showContentOnly: true, |
| | | }); |
| | | }, |
| | | |
| | | closeDialog() { |
| | | this.setData({ |
| | | showContentOnly: false |
| | | }); |
| | | }, |
| | | |
| | | // 课程详情 |
| | |
| | | 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 |