处理待办事项
This commit is contained in:
10
pages.json
10
pages.json
@@ -11,7 +11,7 @@
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/todo/index",
|
||||
"pagePath": "pages/todo/todoList",
|
||||
"iconPath": "static/tabbar/todo.png",
|
||||
"selectedIconPath": "static/tabbar/todo-active.png",
|
||||
"text": "待办"
|
||||
@@ -47,6 +47,14 @@
|
||||
"navigationBarTitleText": "登陆"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/todo/todoList",
|
||||
"style": {
|
||||
"navigationBarTitleText": "待办",
|
||||
"enablePullDownRefresh": false
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"path": "pages/index/orderAdd",
|
||||
"style": {
|
||||
|
||||
Reference in New Issue
Block a user