"tabBar": {
"selectedColor": "#AC237C",
"backgroundColor": "@tabBarBg",
"borderStyle": "@tabBarBorderStyle",
"color": "@tabBarTextColor",
"fontSize": "12px",
"list": [{
"pagePath": "pages/index/index",
"text": "%tabbar.index%",
"iconPath": "@iconPath1",
"selectedIconPath": "/static/img/tabbar/system-index-selected.png"
},
{
"pagePath": "pages/card/cardHome/index",
"text": "%tabbar.card%",
"iconPath": "@iconPath2",
"selectedIconPath": "/static/img/tabbar/system-card-selected.png"
},
{
"pagePath": "pages/wallet/wallet",
"text": "%tabbar.wallet%",
"iconPath": "@iconPath3",
"selectedIconPath": "/static/img/tabbar/system-wallet-selected.png"
},
{
"pagePath": "pages/member/member",
"text": "%tabbar.member%",
"iconPath": "@iconPath4",
"selectedIconPath": "/static/img/tabbar/system-member-selected.png"
}
]
}, - 发布:2025-11-05 14:10
- 更新:2025-11-05 14:33
- 阅读:28
产品分类: uniapp/App
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows 11
HBuilderX类型: 正式
HBuilderX版本号: 4.84
手机系统: iOS
手机系统版本号: iOS 26
手机厂商: 苹果
手机机型: iPhone 17
页面类型: vue
vue版本: vue3
打包方式: 云端
项目创建方式: HBuilderX
操作步骤:
预期结果:
切换语言时tabbar文字实时更新
切换语言时tabbar文字实时更新
实际结果:
不会实时更新
不会实时更新

9***@qq.com (作者)
用uni.setTabBarItem设置一点不起作用,就很离谱
2025-11-05 14:41