mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 02:46:46 +08:00
提交
This commit is contained in:
@@ -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
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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){
|
||||||
|
|||||||
Reference in New Issue
Block a user