美文网首页
小程序-底部tabBar

小程序-底部tabBar

作者: 後弦月的雨 | 来源:发表于2019-05-15 10:12 被阅读0次

    app.json中书写

    "tabBar": {

            "backgroundColor": "#f9f9f9",

            "borderStyle": "white",

            "selectedColor": "#00b38b",

            "color": "#666666",

            "list": [{

                    "pagePath": "pages/index/index",

                    "iconPath": "images/tabBar/home-icon2.png",

                    "selectedIconPath": "images/tabBar/home-icon.png",

                    "text": "首页"

                },

                {

                    "pagePath": "pages/infoList/infoList",

                    "iconPath": "/images/tabBar/my-icon.png",

                    "selectedIconPath": "images/tabBar/my-icon2.png",

                    "text": "我的"

                }

            ]

        }

    相关文章

      网友评论

          本文标题:小程序-底部tabBar

          本文链接:https://www.haomeiwen.com/subject/cxvuaqtx.html