@@ -381,6 +381,9 @@
}
},
methods: {
+ toUserHome(tea){
+ this.$router.push({path:this.$xpage.getHomePath(tea.teacherId)})
+ },
noteChange(){
//视频点定位,直接到播放的视频位置
this.timer = new Date().getTime()
@@ -479,7 +482,7 @@
setTimeout(() => {
$this.$refs.myVideoPlayer.startPlay(time);
}, 10)
-
+
console.log('开始播放2');
}else{
this.$message.error('资源已不存在或更换过,已无法定位');
@@ -1371,15 +1374,14 @@
.course-player{ //内容播放区域
flex:1;
min-width: 700px;
- min-height: 381px;
+ min-height: 600px;
height: 100%;
border: 1px solid #ffffff;
padding-right: 20px;
overflow: auto;
}
.course-control{ //内容控制区域
- min-width: 400px;
- width: 35%;
+ width: 420px;
}
}
.course-infobox {
@@ -1395,8 +1397,7 @@
padding-right: 20px;
}
.course-teacher{
- min-width: 400px;
- width: 35%;
+ width: 420px;
}
}
}
@@ -1860,6 +1861,7 @@
border-top: none;
padding: 10px 0px;
.teacher-avator {
+ cursor: pointer;
::v-deep .el-avatar {
width: 60px !important;
height: 60px !important;