美文网首页
pages.json

pages.json

作者: xueyueshuai | 来源:发表于2023-09-13 11:41 被阅读0次

tabBar

"tabBar": {
        "color": "#7A7E83",
        "selectedColor": "#3cc51f",
        "borderStyle": "black",
        "backgroundColor": "#ffffff",
        "height": "50px",
        "fontSize": "10px",
        "iconWidth": "24px",
        "spacing": "3px",
        "list": [{
                "pagePath": "pages/index/index",
                "iconPath": "static/img/tabbar/home.png",
                "selectedIconPath": "static/img/tabbar/home_.png",
                "text": "首页"
            }, {
                "pagePath": "pages/car/index",
                "iconPath": "static/img/tabbar/car.png",
                "selectedIconPath": "static/img/tabbar/car_.png",
                "text": "购物车"
            },
            {
                "pagePath": "pages/user/index",
                "iconPath": "static/img/tabbar/my.png",
                "selectedIconPath": "static/img/tabbar/my_.png",
                "text": "我的"
            }
        ]
    },

相关文章

网友评论

      本文标题:pages.json

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