This commit is contained in:
zhaofang
2022-07-21 19:19:52 +08:00
parent 4f89bc863f
commit 29f4793636
2 changed files with 2 additions and 2 deletions

View File

@@ -557,7 +557,7 @@
}, },
//课程跳转详情 //课程跳转详情
toCourseDetail(citem) { toCourseDetail(citem) {
if(isNaN(citem.type)){ if(citem.source == 1){
uni.navigateTo({ uni.navigateTo({
url: '/pages/study/studydetail?id='+citem.id+'&type='+citem.type url: '/pages/study/studydetail?id='+citem.id+'&type='+citem.type
}); });

View File

@@ -683,7 +683,7 @@
}else{ }else{
console.log('查询课程教师用户信息失败:'+res.error); console.log('查询课程教师用户信息失败:'+res.error);
//this.$message.error(res.message); //this.$message.error(res.message);
} }
}); });
}, },
toCoursePage(coure){ toCoursePage(coure){