增量提交
This commit is contained in:
@@ -35,6 +35,10 @@ Page({
|
||||
|
||||
onShow() {
|
||||
this.loadTasks()
|
||||
// 更新自定义TabBar选中态
|
||||
if (typeof this.getTabBar === 'function' && this.getTabBar()) {
|
||||
this.getTabBar().setData({ currentTab: 2 })
|
||||
}
|
||||
},
|
||||
|
||||
// 监听输入变化
|
||||
|
||||
Reference in New Issue
Block a user