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 () {
if (this.isCourse) {
let res = await this.$get(this.api.curriculumChapter, {
courseId: this.form.mall.associatedProduct
})
let res = await this.$get(this.api.curriculumChapter + '/' + this.form.mall.associatedProduct)
this.chapterList = res.chapterList
}
},

Loading…
Cancel
Save