|
@@ -166,7 +166,9 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="project_box" v-if="type == 1 && vedio.length == 0">暂无视频</div>
|
|
|
+ <div class="project_box" v-if="type == 1 && vedio.length == 0">
|
|
|
+ 暂无视频
|
|
|
+ </div>
|
|
|
<div class="project_box" v-if="type == 3">
|
|
|
<div class="filebox">
|
|
|
<div
|
|
@@ -524,7 +526,7 @@ export default {
|
|
|
},
|
|
|
get(i) {
|
|
|
this.courseType = i;
|
|
|
- this.getCourseDetail()
|
|
|
+ this.getCourseDetail();
|
|
|
},
|
|
|
getCourseDetail() {
|
|
|
const loading = this.$loading.service({
|
|
@@ -574,8 +576,8 @@ export default {
|
|
|
"OGG",
|
|
|
"OGM",
|
|
|
];
|
|
|
- this.vedio = []
|
|
|
- this.file = []
|
|
|
+ this.vedio = [];
|
|
|
+ this.file = [];
|
|
|
for (var i = 0; i < a.length; i++) {
|
|
|
if (
|
|
|
b.indexOf(
|
|
@@ -1015,11 +1017,11 @@ export default {
|
|
|
}
|
|
|
.returnBtn {
|
|
|
background: #3ec6a0;
|
|
|
- width: 80px;
|
|
|
- height: 35px;
|
|
|
+ width: 58px;
|
|
|
+ height: 30px;
|
|
|
color: #fff;
|
|
|
text-align: center;
|
|
|
- line-height: 35px;
|
|
|
+ line-height: 32px;
|
|
|
margin-right: 20px;
|
|
|
cursor: pointer;
|
|
|
}
|