dev_202412
yujialong 2 months ago
parent 59ebb20971
commit 67f40bde06
  1. 4
      src/pages/product/show/index.vue

@ -226,9 +226,7 @@ export default {
// //
async getChapter () { async getChapter () {
if (this.isCourse) { if (this.isCourse) {
let res = await this.$get(this.api.curriculumChapter, { let res = await this.$get(this.api.curriculumChapter + '/' + this.form.mall.associatedProduct)
courseId: this.form.mall.associatedProduct
})
this.chapterList = res.chapterList this.chapterList = res.chapterList
} }
}, },

Loading…
Cancel
Save