|
@@ -113,7 +113,9 @@
|
|
></video-player>
|
|
></video-player>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div v-else style="margin: 0 20px 0 50%;">暂无视频</div>
|
|
|
|
|
|
+ <div v-else style="margin: 0px 25% 0px 35%;">
|
|
|
|
+ <img src="../assets/icon/noVedio.png" alt="" />
|
|
|
|
+ </div>
|
|
<div
|
|
<div
|
|
class="vedioList"
|
|
class="vedioList"
|
|
:class="vedio.length == 0 ? 'listNoVedio' : ''"
|
|
:class="vedio.length == 0 ? 'listNoVedio' : ''"
|
|
@@ -130,7 +132,11 @@
|
|
lineList[index].length > 0)
|
|
lineList[index].length > 0)
|
|
"
|
|
"
|
|
>
|
|
>
|
|
- <div v-show="vedio.length && vedio[index] && vedio[index].length > 0">
|
|
|
|
|
|
+ <div
|
|
|
|
+ v-show="
|
|
|
|
+ vedio.length && vedio[index] && vedio[index].length > 0
|
|
|
|
+ "
|
|
|
|
+ >
|
|
<div class="vedioNav">视频</div>
|
|
<div class="vedioNav">视频</div>
|
|
<div
|
|
<div
|
|
class="media"
|
|
class="media"
|
|
@@ -165,7 +171,7 @@
|
|
>
|
|
>
|
|
<div class="vedioNav" style="width: 70px">富文本</div>
|
|
<div class="vedioNav" style="width: 70px">富文本</div>
|
|
<div>
|
|
<div>
|
|
- <div class="navText" @click="lookText(textIndex)">
|
|
|
|
|
|
+ <div class="navText" @click="lookText(index,textIndex)">
|
|
{{ textList[index].length > 0 ? text.name : "" }}.doc
|
|
{{ textList[index].length > 0 ? text.name : "" }}.doc
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -377,7 +383,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="queTitle">
|
|
<div class="queTitle">
|
|
<div>作业提交<span>(提交图文视频等)</span></div>
|
|
<div>作业提交<span>(提交图文视频等)</span></div>
|
|
- <div>:{{ chapInfo.dyName }} 任务:{{ task.task }}</div>
|
|
|
|
|
|
+ <div>:任务:{{ task.task }}</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="ediBottom">
|
|
<div class="ediBottom">
|
|
@@ -1323,8 +1329,8 @@ export default {
|
|
this.playerOptions.sources[0].src = u;
|
|
this.playerOptions.sources[0].src = u;
|
|
this.playerO = this.playerOptions;
|
|
this.playerO = this.playerOptions;
|
|
},
|
|
},
|
|
- lookText(i) {
|
|
|
|
- this.text = this.textList[i][0];
|
|
|
|
|
|
+ lookText(i,t) {
|
|
|
|
+ this.text = this.textList[i][t];
|
|
this.dialogVisible1 = true;
|
|
this.dialogVisible1 = true;
|
|
},
|
|
},
|
|
lookTools(i) {
|
|
lookTools(i) {
|