|
@@ -637,6 +637,7 @@
|
|
|
<div v-if="item1.type == 2" class="chapter_upload_l_i1"></div>
|
|
|
<div v-if="
|
|
|
item1.type == 3 ||
|
|
|
+ item1.type == 9 ||
|
|
|
item1.type == 6 ||
|
|
|
item1.type == 7
|
|
|
" class="chapter_upload_l_i5" style="margin-left: 1px"></div>
|
|
@@ -666,6 +667,7 @@
|
|
|
<input v-if="
|
|
|
item1.type == 2 ||
|
|
|
item1.type == 3 ||
|
|
|
+ item1.type == 9 ||
|
|
|
item1.type == 7
|
|
|
" :placeholder="item1.name" @change="
|
|
|
updataVideoT(
|
|
@@ -3242,7 +3244,7 @@ export default {
|
|
|
},
|
|
|
downCd(e, i, j, ic) {
|
|
|
e.stopPropagation();
|
|
|
- if (ic == this.unitJson[i].chapterInfo[j].chapterData.length - 1) {
|
|
|
+ if (ic == this.unitJson[i].chapterInfo[j].taskJson[this.taskCount].chapterData.length - 1) {
|
|
|
return;
|
|
|
}
|
|
|
var a =
|