diff --git a/pages/course/chapterDetail.vue b/pages/course/chapterDetail.vue index 9a8bfb5..e247a66 100644 --- a/pages/course/chapterDetail.vue +++ b/pages/course/chapterDetail.vue @@ -18,6 +18,7 @@ v-if="isfresh" ref="commonVideo" :currentVideo="currentVideo" + :noRecored = "noRecored" :currentVideoList="videoArray" > @@ -327,6 +328,7 @@ export default { limitTitle: "提示", limitContent: "", scrollViewHeight: 0, + noRecored:null, // 是否为试听资源 urlList: { detail: "sociology/course/getCourseCatalogueChapterDetail", curriculumInfo: "app/phone.do?getCourseInfo", @@ -337,6 +339,8 @@ export default { plus.screen.lockOrientation("default"); this.options = options; + this.noRecored = options.noRecored + console.log('this.noRecored=>',this.noRecored) this.screenLoading = false; this.currentCateIndex = this.options.videoIndex