|
@@ -37,11 +37,11 @@
|
|
<i></i><span>{{ course.learning }}人在学</span>
|
|
<i></i><span>{{ course.learning }}人在学</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div>
|
|
|
|
|
|
+ <!-- <div>
|
|
<el-button type="primary" @click="dialogVisible = true"
|
|
<el-button type="primary" @click="dialogVisible = true"
|
|
>查看课程视频</el-button
|
|
>查看课程视频</el-button
|
|
>
|
|
>
|
|
- </div>
|
|
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -106,7 +106,9 @@
|
|
@click="switchVideo(media, index)"
|
|
@click="switchVideo(media, index)"
|
|
>
|
|
>
|
|
<!-- <i :class="{ active: index < 1 }"></i> -->
|
|
<!-- <i :class="{ active: index < 1 }"></i> -->
|
|
- <i :class="{ activeC: playerOptions.sources[0].src == media }"></i>
|
|
|
|
|
|
+ <i
|
|
|
|
+ :class="{ activeC: playerOptions.sources[0].src == media }"
|
|
|
|
+ ></i>
|
|
<span>视频{{ index + 1 }}</span>
|
|
<span>视频{{ index + 1 }}</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -127,7 +129,29 @@ export default {
|
|
type: this.$route.query.index,
|
|
type: this.$route.query.index,
|
|
show: true,
|
|
show: true,
|
|
id: this.$route.query.id,
|
|
id: this.$route.query.id,
|
|
- course: {},
|
|
|
|
|
|
+ course: {
|
|
|
|
+ brief:
|
|
|
|
+ '<p style="margin-right: 7.45pt;"><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;">1.了解邮递员的工作,知道传递美好祝福的习惯。</span><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;"></span></p><p style="margin-right: 7.45pt;"><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;">2.通过学习,掌握书信的书写,并能体会邮递员的辛苦,培养责任感。</span><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;"></span></p><p style="margin-right:6.8000pt;mso-para-margin-right:0.6500gd;text-align:justify;\ntext-justify:inter-ideograph;"><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;">3.了通过认识邮递员的工作,强化学生的劳动观念。</span><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;"></span></p><p style="margin-right:6.8000pt;mso-para-margin-right:0.6500gd;text-align:justify;\ntext-justify:inter-ideograph;"><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;">4.掌握书信的书写与邮递方法,并能传递美好祝福。</span><span style="mso-spacerun:\'yes\';font-family:宋体;font-size:9.0000pt;\nmso-font-kerning:1.0000pt;"></span></p>',
|
|
|
|
+ chapters:
|
|
|
|
+ '{"homework":[],"midia":"https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/我是小小邮递员 上课视频1632743764701.MP4","poster":"https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/QQ截图202109271955511632743758067.png"}',
|
|
|
|
+ classnameA: null,
|
|
|
|
+ classx: "",
|
|
|
|
+ courseId: "04ff435a-1f8a-11ec-80ad-005056b86db5",
|
|
|
|
+ create_at: "2021-09-27T23:56:59.000Z",
|
|
|
|
+ delete: 0,
|
|
|
|
+ groupid: "3ba9e3cf-9964-4de4-841b-0702665f9201",
|
|
|
|
+ imgUrl:
|
|
|
|
+ "https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/QQ截图202109271955511632743758067.png",
|
|
|
|
+ juri: "0",
|
|
|
|
+ learning: 0,
|
|
|
|
+ number: "",
|
|
|
|
+ ordernumber: 659,
|
|
|
|
+ state: 1,
|
|
|
|
+ title: "我是小小邮递员",
|
|
|
|
+ update_at: null,
|
|
|
|
+ userid: "c28f6cae-c383-11eb-80ad-005056b86db5",
|
|
|
|
+ vcount: "0",
|
|
|
|
+ },
|
|
students: [],
|
|
students: [],
|
|
dialogVisible: false,
|
|
dialogVisible: false,
|
|
playerOptions: {
|
|
playerOptions: {
|
|
@@ -195,13 +219,13 @@ export default {
|
|
this.playerOptions.sources[0].src = media;
|
|
this.playerOptions.sources[0].src = media;
|
|
this.playerO = this.playerOptions;
|
|
this.playerO = this.playerOptions;
|
|
},
|
|
},
|
|
- cancelM(){
|
|
|
|
- this.dialogVisible = false
|
|
|
|
- this.$refs.videoPlayer.player.pause()
|
|
|
|
|
|
+ cancelM() {
|
|
|
|
+ this.dialogVisible = false;
|
|
|
|
+ this.$refs.videoPlayer.player.pause();
|
|
},
|
|
},
|
|
- onPlayerPlay(){},
|
|
|
|
|
|
+ onPlayerPlay() {},
|
|
handleClose(done) {
|
|
handleClose(done) {
|
|
- this.$refs.videoPlayer.player.pause()
|
|
|
|
|
|
+ this.$refs.videoPlayer.player.pause();
|
|
done();
|
|
done();
|
|
},
|
|
},
|
|
},
|
|
},
|
|
@@ -436,7 +460,7 @@ ol {
|
|
.dialog_diy >>> .el-dialog__header {
|
|
.dialog_diy >>> .el-dialog__header {
|
|
background: #3d67bc !important;
|
|
background: #3d67bc !important;
|
|
padding: 15px 20px;
|
|
padding: 15px 20px;
|
|
- text-align: center;
|
|
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
.dialog_diy >>> .el-dialog__title {
|
|
.dialog_diy >>> .el-dialog__title {
|
|
color: #fff;
|
|
color: #fff;
|