mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
修改
This commit is contained in:
@@ -713,15 +713,9 @@
|
||||
},
|
||||
toCoursePage(coure){
|
||||
if(coure.source ==1){
|
||||
uni.navigateTo({
|
||||
uni.navigateTo({
|
||||
});
|
||||
url: '/pages/study/studydetail?id='+coure.id+'&type='+coure.type
|
||||
});
|
||||
if(coure.type==10){
|
||||
uni.navigateTo({
|
||||
url: '/pages/resource/microDetail?id='+coure.id
|
||||
})
|
||||
}else if(coure.type==20){
|
||||
} else {
|
||||
uni.navigateTo({
|
||||
url: '/pages/study/courseStudy?id='+coure.id
|
||||
|
||||
Reference in New Issue
Block a user