mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 20:06:44 +08:00
测试一下
This commit is contained in:
@@ -467,6 +467,7 @@
|
|||||||
this.stopStudyTime();//先关闭
|
this.stopStudyTime();//先关闭
|
||||||
this.cleanAppendTime();//
|
this.cleanAppendTime();//
|
||||||
this.loadData();
|
this.loadData();
|
||||||
|
console.log("gx 测试组件 refType",this.refType);
|
||||||
//console.log(this.$xpage.constants.fileBaseUrl,'this.$xpage.constants.fileBaseUrl');
|
//console.log(this.$xpage.constants.fileBaseUrl,'this.$xpage.constants.fileBaseUrl');
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
@@ -585,6 +586,7 @@
|
|||||||
},
|
},
|
||||||
//笔记组件触发,播放指定时间
|
//笔记组件触发,播放指定时间
|
||||||
onPlayVideo(contentId,time){
|
onPlayVideo(contentId,time){
|
||||||
|
console.log("gx 出发 onPlayVideo")
|
||||||
//这里需要根据contentId,是否切换到对应的内容的视频的时间
|
//这里需要根据contentId,是否切换到对应的内容的视频的时间
|
||||||
//如果 contentId已经不存在,需要提示
|
//如果 contentId已经不存在,需要提示
|
||||||
console.log(contentId,this.contentData.id,'两个内容id');
|
console.log(contentId,this.contentData.id,'两个内容id');
|
||||||
|
|||||||
Reference in New Issue
Block a user