|
@@ -247,7 +247,7 @@
|
|
|
<div class="jdAndTask">
|
|
|
<div>第{{ index + 1 }}阶段</div>
|
|
|
<div
|
|
|
- v-if="courseDetail.state == 2 || courseDetail.state == 3 || courseDetail.state == 4"
|
|
|
+ v-if="courseDetail.state == 2 || courseDetail.state == 3 || courseDetail.state == 4 || courseDetail.state == 5"
|
|
|
>
|
|
|
任务查看
|
|
|
</div>
|
|
@@ -1251,7 +1251,7 @@ export default {
|
|
|
this.screenType
|
|
|
);
|
|
|
}
|
|
|
- } else if (this.courseDetail.state == 2) {
|
|
|
+ } else if (this.courseDetail.state == 2 || this.courseDetail.state == 5) {
|
|
|
if (this.classList.length) {
|
|
|
this.goTo(
|
|
|
"/studystudentE2?type=" +
|
|
@@ -1350,9 +1350,11 @@ export default {
|
|
|
}).then(() => {
|
|
|
if(this.courseDetail.state == 1 || this.courseDetail.state == 2){
|
|
|
window.parent.postMessage({ tools: "openNewCourseUpdate",cid:this.id }, "*");
|
|
|
- }else if(this.courseDetail.state == 3 || this.courseDetail.state == 4){
|
|
|
+ }else if(this.courseDetail.state == 3){
|
|
|
window.parent.postMessage({ tools: "openCourseEUpdate",cid:this.id }, "*");
|
|
|
- }
|
|
|
+ }else if(this.courseDetail.state == 4 || this.courseDetail.state == 5){
|
|
|
+ window.parent.postMessage({ tools: "openCourseAiUpdate",cid:this.id }, "*");
|
|
|
+ }
|
|
|
|
|
|
})
|
|
|
}else{
|
|
@@ -1433,7 +1435,7 @@ export default {
|
|
|
"&screenType=" +
|
|
|
this.screenType
|
|
|
);
|
|
|
- } else if (this.courseDetail.state == 2) {
|
|
|
+ } else if (this.courseDetail.state == 2 || this.courseDetail.state == 5) {
|
|
|
this.goTo(
|
|
|
"/studystudentE2?type=" +
|
|
|
i +
|