diff --git a/src/platforms/app-plus/service/framework/theme.js b/src/platforms/app-plus/service/framework/theme.js index aeb62b1ce8d94bd58d000e85917c8f00676bcba8..9214d3fbc14fe2bdee9b927fb1bf21da760cbe23 100644 --- a/src/platforms/app-plus/service/framework/theme.js +++ b/src/platforms/app-plus/service/framework/theme.js @@ -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 暂未实现