1.首页课程栏目选完之后再回来被重置的问题
This commit is contained in:
17
pages.json
17
pages.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user