mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
mobile video page edit
This commit is contained in:
@@ -491,7 +491,7 @@
|
||||
scormUrl:'',
|
||||
maxDuration:0, //非音频最大时长
|
||||
cumulativeDuration:0, //非音频累计时长
|
||||
defaultMaxTime:1800, //非音频默认最大时间
|
||||
defaultMaxTime:1800 //非音频默认最大时间
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@@ -555,6 +555,7 @@
|
||||
},
|
||||
onShow(){
|
||||
uni.setNavigationBarTitle({ title:'\u200E' })
|
||||
|
||||
//实时渲染当前的播放状态
|
||||
},
|
||||
onReady() {
|
||||
@@ -575,6 +576,7 @@
|
||||
getSysTypeTree:'sysType/getSysTypeTree',
|
||||
loadSysTypes:'sysType/loadSysTypes'
|
||||
}),
|
||||
|
||||
// 没有写播放时间
|
||||
onPlayerPlay() {
|
||||
this.playerBoxShow = false;
|
||||
@@ -951,15 +953,15 @@
|
||||
} else if(con.contentType==10 || con.contentType==20) {
|
||||
if(con.content.startsWith('\{')){
|
||||
var d = JSON.parse(con.content)
|
||||
if(d.url=="/course/2024/4/1224670812274712576.mp4") d.isDrag = false
|
||||
// if(d.url=="/course/2024/4/1224670812274712576.mp4") d.isDrag = false
|
||||
this.curriculumData=d;
|
||||
}else{
|
||||
this.curriculumData.url=con.content;
|
||||
}
|
||||
console.log('this.curriculumData:::',this.curriculumData)
|
||||
|
||||
this.blobUrl=this.fileBaseUrl+this.curriculumData.url;
|
||||
this.blobId = con.id
|
||||
//console.log(this.blobUrl,'this.blobUrl');
|
||||
this.blobId = con.id;
|
||||
}
|
||||
//console.log(con.contentType,'con.contentType');
|
||||
this.curContent=con;
|
||||
|
||||
Reference in New Issue
Block a user