修改学习文件位置

This commit is contained in:
binbin_pan 2024-08-14 09:22:39 +08:00
parent 193cb7415a
commit 62297113d4
5 changed files with 11 additions and 8 deletions

View File

@ -122,13 +122,6 @@
"navigationBarTitleText": "" "navigationBarTitleText": ""
} }
}, },
{
"path" : "pages/YNEduApp/learnProj/studyList",
"style" :
{
"navigationBarTitleText" : "学习列表"
}
},
{ {
"path" : "pages/YNEduApp/learnProj/pdfStudy", "path" : "pages/YNEduApp/learnProj/pdfStudy",
"style" : "style" :
@ -149,6 +142,13 @@
{ {
"navigationStyle" : "custom" "navigationStyle" : "custom"
} }
},
{
"path" : "pages/YNEduApp/learn/learn",
"style" :
{
"navigationBarTitleText" : "学习"
}
} }
], ],
"globalStyle": { "globalStyle": {

View File

@ -158,11 +158,14 @@
toggleTheoryLearn(id) { toggleTheoryLearn(id) {
console.log(id) console.log(id)
uni.navigateTo({ uni.navigateTo({
url: '/pages/YNEduApp/learnProj/studyList?id=' + id url: '/pages/YNEduApp/learn/learn?id=' + id
}) })
}, },
toggleTheoryPrac(id) { toggleTheoryPrac(id) {
console.log(id) console.log(id)
uni.navigateTo({
url: '/pages/YNEduApp/prac/prac?id=' + id
})
}, },
}, },
onLoad(params) { onLoad(params) {