|
@@ -22129,6 +22129,9 @@ export default {
|
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
|
this.showType = 16;
|
|
this.showType = 16;
|
|
|
this.pptImgUrl1 = _url;
|
|
this.pptImgUrl1 = _url;
|
|
|
|
|
+ } else if (_chapterData[this.taskCount][0].type == 17) {
|
|
|
|
|
+ this.showType = 16;
|
|
|
|
|
+ this.pptImgUrl1 = _url;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
@@ -22298,6 +22301,9 @@ export default {
|
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
} else if (_chapterData[this.taskCount][0].type == 16) {
|
|
|
this.showType = 16;
|
|
this.showType = 16;
|
|
|
this.pptImgUrl1 = _url;
|
|
this.pptImgUrl1 = _url;
|
|
|
|
|
+ } else if (_chapterData[this.taskCount][0].type == 17) {
|
|
|
|
|
+ this.showType = 16;
|
|
|
|
|
+ this.pptImgUrl1 = _url;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|