From e6411e6661642ebd0f279229ff32f136cc9500b6 Mon Sep 17 00:00:00 2001 From: "@fawn-nine" <1271023382@qq.com> Date: Thu, 11 Jul 2024 14:43:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E5=90=AC=E5=86=85=E5=AE=B9=E4=B8=8D?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E6=92=AD=E6=94=BE=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/course/chapterDetail.vue | 4 ++++ 1 file changed, 4 insertions(+) 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