正式环境问题修改

This commit is contained in:
zhaofang
2022-11-17 18:14:23 +08:00
parent 343e8ad6df
commit fd21565499
2 changed files with 6 additions and 10 deletions

View File

@@ -316,11 +316,11 @@ computed: {
// this.$router.push({path:'/course/micro',query:{id:item.courseId}})
// }
// if(item.courseType==20){
if(item.progress>0 && item.progress<100) {
// if(item.progress>0 && item.progress<100) {
this.$router.push({path:'/course/studyindex',query:{id:item.courseId}})
} else {
this.$router.push({path:'/course/detail',query:{id:item.courseId}})
}
// } else {
// this.$router.push({path:'/course/detail',query:{id:item.courseId}})
// }
// }
}