Skip to content

Commit

Permalink
fix(app): darkmode tabBar visible
Browse files Browse the repository at this point in the history
  • Loading branch information
StrivingRabbit committed Nov 4, 2022
1 parent 4689088 commit a5cbec8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/platforms/app-plus/service/framework/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ export function useTabBarThemeChange (tabBar, options) {
tabBar && tabBar.setTabBarItems({
list: list.map((item) => ({
iconPath: item.iconPath,
selectedIconPath: item.selectedIconPath
selectedIconPath: item.selectedIconPath,
visible: item.visible
}))
})
// TODO 暂未实现
Expand Down

0 comments on commit a5cbec8

Please sign in to comment.