• ADADADADAD

    微信小程序里如何设置页面底部[ 建站问答 ]

    建站问答 时间:2024-12-01 19:18:49

    作者:文/会员上传

    简介:

    微信小程序里设置页面底部的案例:在小程序项目中app.json配置文件下,添加代码:"tabBar": {"color": "#a9b7b7","selectedColor": "#11cd6e","borderStyle":"white","list": [{"

    以下为本文的正文内容,内容仅供参考!本站为公益性网站,复制本文以及下载DOC文档全部免费。

    微信小程序里设置页面底部的案例:

    在小程序项目中app.json配置文件下,添加代码:

    "tabBar": {

    "color": "#a9b7b7",

    "selectedColor": "#11cd6e",

    "borderStyle":"white",

    "list": [{

    "selectedIconPath": "images/111.png",

    "iconPath": "images/11.png",

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

    "text": "首页"

    }, {

    "selectedIconPath": "images/221.png",

    "iconPath": "images/22.png",

    "pagePath": "pages/logs/logs",

    "text": "日志"

    }, {

    "selectedIconPath": "images/331.png",

    "iconPath": "images/33.png",

    "pagePath": "pages/test/test",

    "text": "测试"

    }]

    },

    微信小程序里如何设置页面底部.docx

    将本文的Word文档下载到电脑

    推荐度:

    下载