1.首页课程栏目选完之后再回来被重置的问题

This commit is contained in:
liuyuan
2025-01-23 14:09:03 +08:00
parent c043408e68
commit b24119a549
8 changed files with 995 additions and 555 deletions

View File

@@ -4,17 +4,18 @@
// },
"pages": [
{
"path": "pages/peanut/home",
"style": {
"navigationBarTitleText": "首页"
}
},{
"path": "pages/user/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false // 禁止下拉刷新
}
},
{
"path": "pages/peanut/home",
"style": {
"navigationBarTitleText": "首页"
}
},
{
"path": "pages/mine/vip/index",
"style": {
@@ -358,6 +359,12 @@
"navigationBarTitleText": "课程列表"
}
},
{
"path": "pages/course/scale",
"style": {
"navigationBarTitleText": "自评测表"
}
},
{
"path": "pages/course/courseDetail",
"style": {