uni.setTabBarItem({
index: 0,
text: app.$t('tabBar.index.title'), //h5可以 , app端设置无效
})
- 发布:2024-12-21 17:29
- 更新:2024-12-21 17:29
- 阅读:83
产品分类: uniapp/App
PC开发环境操作系统: Mac
PC开发环境操作系统版本号: 18
HBuilderX类型: 正式
HBuilderX版本号: 4.29
手机系统: iOS
手机系统版本号: iOS 18
手机厂商: 苹果
手机机型: 苹果11
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
示例代码:
操作步骤:
uni.setTabBarItem({
index: 0,
text: app.$t('tabBar.index.title'), //h5可以 , app端设置无效
})
uni.setTabBarItem({
index: 0,
text: app.$t('tabBar.index.title'), //h5可以 , app端设置无效
})
预期结果:
期望在app端设置成功
期望在app端设置成功
实际结果:
app端无效
app端无效
bug描述:
uni.setTabBarItem({
index: 0,
text: app.$t('tabBar.index.title'), //h5可以 , app端设置无效
})
0 个回复