试听内容不记录播放记录
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
v-if="isfresh"
|
v-if="isfresh"
|
||||||
ref="commonVideo"
|
ref="commonVideo"
|
||||||
:currentVideo="currentVideo"
|
:currentVideo="currentVideo"
|
||||||
|
:noRecored = "noRecored"
|
||||||
:currentVideoList="videoArray"
|
:currentVideoList="videoArray"
|
||||||
>
|
>
|
||||||
</common-video>
|
</common-video>
|
||||||
@@ -327,6 +328,7 @@ export default {
|
|||||||
limitTitle: "提示",
|
limitTitle: "提示",
|
||||||
limitContent: "",
|
limitContent: "",
|
||||||
scrollViewHeight: 0,
|
scrollViewHeight: 0,
|
||||||
|
noRecored:null, // 是否为试听资源
|
||||||
urlList: {
|
urlList: {
|
||||||
detail: "sociology/course/getCourseCatalogueChapterDetail",
|
detail: "sociology/course/getCourseCatalogueChapterDetail",
|
||||||
curriculumInfo: "app/phone.do?getCourseInfo",
|
curriculumInfo: "app/phone.do?getCourseInfo",
|
||||||
@@ -337,6 +339,8 @@ export default {
|
|||||||
plus.screen.lockOrientation("default");
|
plus.screen.lockOrientation("default");
|
||||||
|
|
||||||
this.options = options;
|
this.options = options;
|
||||||
|
this.noRecored = options.noRecored
|
||||||
|
console.log('this.noRecored=>',this.noRecored)
|
||||||
this.screenLoading = false;
|
this.screenLoading = false;
|
||||||
|
|
||||||
this.currentCateIndex = this.options.videoIndex
|
this.currentCateIndex = this.options.videoIndex
|
||||||
|
|||||||
Reference in New Issue
Block a user