处理待办事项

This commit is contained in:
2026-01-15 17:12:46 +08:00
parent 1a0f43b1bd
commit 7ee44c0663
29 changed files with 3215 additions and 63 deletions

View File

@@ -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": {