1.uni.setTabBarStyle({backgroundColor: ...,}); //生效
2.uni.setTabBarStyle({backgroundImage: ...,});//生效
3.uni.setTabBarStyle({backgroundColor: ...,});//不生效
4.uni.setTabBarStyle({backgroundImage: ...,});//生效
- 发布:2022-10-19 09:59
- 更新:2022-10-19 15:10
- 阅读:393
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: win10
HBuilderX类型: 正式
HBuilderX版本号: 3.6.4
手机系统: Android
手机系统版本号: Android 11
手机厂商: 小米
手机机型: 12x
页面类型: vue
vue版本: vue2
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
设置backgroundImage后再设置backgroundColor要生效
设置backgroundImage后再设置backgroundColor要生效
实际结果:
设置backgroundImage后,就只能再设置backgroundImage
设置backgroundImage后,就只能再设置backgroundImage
bug描述:
uni.setTabBarStyle,设置backgroundImage后再将backgroundImage清空然后设置backgroundColor就不生效了。
1 个回复
DCloud_UNI_Anne
注意:backgroundImage 优先级高于 backgroundColor 。如果还未解决请提供简单、可稳定复现、能直接运行的最小化完整示例(上传附件),方便我们快速排查问题哦。【bug优先处理规则】https://ask.dcloud.net.cn/article/38139