提交 a5cbec83 编写于 作者: D DCloud_LXH

fix(app): darkmode tabBar visible

上级 46890881
...@@ -42,7 +42,8 @@ export function useTabBarThemeChange (tabBar, options) { ...@@ -42,7 +42,8 @@ export function useTabBarThemeChange (tabBar, options) {
tabBar && tabBar.setTabBarItems({ tabBar && tabBar.setTabBarItems({
list: list.map((item) => ({ list: list.map((item) => ({
iconPath: item.iconPath, iconPath: item.iconPath,
selectedIconPath: item.selectedIconPath selectedIconPath: item.selectedIconPath,
visible: item.visible
})) }))
}) })
// TODO 暂未实现 // TODO 暂未实现
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册