|
@@ -585,7 +585,6 @@
|
|
|
>
|
|
|
<iframe
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
- security="restricted"
|
|
|
v-if="pptImgUrl1.indexOf('knowledge.cocorobo.cn')!=-1 || pptImgUrl1.indexOf('cloud.cocorobo.cn')!=-1"
|
|
|
:src="pptImgUrl1"
|
|
|
></iframe>
|
|
@@ -711,7 +710,7 @@
|
|
|
</div>
|
|
|
<div
|
|
|
class="navListItem"
|
|
|
- v-if="vitem.type == 8 || vitem.type == 14"
|
|
|
+ v-if="vitem.type == 8 || vitem.type == 14 || vitem.type == 15"
|
|
|
>
|
|
|
<div
|
|
|
@click="doUrl(vitem.url, vindex)"
|
|
@@ -17144,7 +17143,7 @@ export default {
|
|
|
for (var j = 0; j < c.length; j++) {
|
|
|
if (c[j].type == 7) {
|
|
|
this.chapToolList[i].push(c[j]);
|
|
|
- } else if (c[j].type == 8 || c[j].type == 14) {
|
|
|
+ } else if (c[j].type == 8 || c[j].type == 14 || c[j].type == 15) {
|
|
|
this.lineList[i].push(c[j]);
|
|
|
} else if (c[j].type == 6) {
|
|
|
this.textList[i].push(c[j]);
|
|
@@ -17221,7 +17220,8 @@ export default {
|
|
|
let _url = _chapterData[this.taskCount][0].url;
|
|
|
if (
|
|
|
_chapterData[this.taskCount][0].type == 8 ||
|
|
|
- _chapterData[this.taskCount][0].type == 14
|
|
|
+ _chapterData[this.taskCount][0].type == 14 ||
|
|
|
+ _chapterData[this.taskCount][0].type == 15
|
|
|
) {
|
|
|
this.showType = 2;
|
|
|
if (
|
|
@@ -17352,7 +17352,7 @@ export default {
|
|
|
for (var j = 0; j < c.length; j++) {
|
|
|
if (c[j].type == 7) {
|
|
|
this.chapToolList[i].push(c[j]);
|
|
|
- } else if (c[j].type == 8 || c[j].type == 14) {
|
|
|
+ } else if (c[j].type == 8 || c[j].type == 14 || c[j].type == 15) {
|
|
|
this.lineList[i].push(c[j]);
|
|
|
} else if (c[j].type == 6) {
|
|
|
this.textList[i].push(c[j]);
|
|
@@ -17386,7 +17386,8 @@ export default {
|
|
|
let _url = _chapterData[this.taskCount][0].url;
|
|
|
if (
|
|
|
_chapterData[this.taskCount][0].type == 8 ||
|
|
|
- _chapterData[this.taskCount][0].type == 14
|
|
|
+ _chapterData[this.taskCount][0].type == 14 ||
|
|
|
+ _chapterData[this.taskCount][0].type == 15
|
|
|
) {
|
|
|
this.showType = 2;
|
|
|
if (
|
|
@@ -21356,7 +21357,7 @@ export default {
|
|
|
this.updateToolDetail(this.toolDetailIndex);
|
|
|
}
|
|
|
});
|
|
|
-
|
|
|
+
|
|
|
this.setOperationTime();
|
|
|
this.selectEva();
|
|
|
this.getCourseDetail();
|