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) {
if(isNaN(citem.type)){
if(citem.source == 1){
uni.navigateTo({
url: '/pages/study/studydetail?id='+citem.id+'&type='+citem.type
});