增量提交

This commit is contained in:
zqm
2026-04-21 13:46:20 +08:00
parent f64209cb04
commit 09eb6fb1bd
44 changed files with 4411 additions and 931 deletions

View File

@@ -35,6 +35,10 @@ Page({
onShow() {
this.loadTasks()
// 更新自定义TabBar选中态
if (typeof this.getTabBar === 'function' && this.getTabBar()) {
this.getTabBar().setData({ currentTab: 2 })
}
},
// 监听输入变化