试听内容不记录播放记录
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
v-if="isfresh"
|
||||
ref="commonVideo"
|
||||
:currentVideo="currentVideo"
|
||||
:noRecored = "noRecored"
|
||||
:currentVideoList="videoArray"
|
||||
>
|
||||
</common-video>
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user