收藏
回答

开发者工具tabbar显示有问题

框架类型 问题类型 操作系统 工具版本
小程序 Bug Windows stable v1.02.2004020
export default {
    pages: ['pages/index/index''pages/intros/index'],
    sitemapLocation'sitemap.json',
    window: {
        backgroundTextStyle'light',
        navigationBarBackgroundColor'#fff',
        navigationBarTitleText'WeChat',
        navigationBarTextStyle'black'
    },
    tabBar: {
        list: [
            {
                pagePath'pages/index/index',
                iconPath'assets/note.png'
                // text:'笔记'
            },
            {
                pagePath'pages/intros/index',
                iconPath'assets/user.png'
                // text:'用户'
            }
        ]
    }
}


这是Taro的代码,配置。


最后一次编辑于  2020-05-14
回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容
问题标签