提交 1e3d75c2 编写于 作者: d-u-a's avatar d-u-a

fix: H5 i18n 没有配置tabbar报错的问题

上级 94720527
......@@ -158,7 +158,7 @@ export function initPullToRefreshI18n (pullToRefresh) {
}
export function initTabBarI18n (tabBar) {
if (isEnableLocale()) {
if (isEnableLocale() && tabBar.list) {
tabBar.list.forEach(item => {
defineI18nProperty(item, ['text'])
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册