阶段性提交

This commit is contained in:
@fawn-nine
2024-06-06 15:06:04 +08:00
parent ae7971a71e
commit b295b7ef4a
19 changed files with 1382 additions and 165 deletions

View File

@@ -252,7 +252,8 @@
"path" : "pages/course/courseDetail",
"style" :
{
"navigationBarTitleText" : "课程详细"
"navigationBarTitleText" : "课程详细",
"enablePullDownRefresh": true
}
},
{
@@ -263,10 +264,18 @@
}
},
{
"path" : "pages/course/illustrate",
"path" : "pages/course/illustrate",
"style" :
{
"navigationBarTitleText" : "课程说明"
"navigationBarTitleText" : "课程说明",
"enablePullDownRefresh": true
}
},
{
"path" : "pages/course/outline",
"style" :
{
"navigationBarTitleText" : "课程大纲"
}
}
],