扫描小程序码分享
sp本人为小程序开发小白遇到小程序底部导航栏无法显示的情况,请问如何解决?
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
/*代码*/ { "pages":[ "pages/index/index", "pages/demo01/demo01", "pages/demo02/demo02", "pages/demo03/demo03", "pages/demo04/demo04" ], }, "tabBar": { "color":"#474747", "selectedColor":"#ea986c", "borderStyle":"black", "position":"bottom", "backgroundColor":"#ffffff", "list": [{ "pagePath": "pages/index/index", "text": "首页", "iconPath":"icons/shouye.png", "selectedStyle":"icons/shouye_o.png" }, { "pagePath": "pages/demo01/demo01", "text": "好物", "iconpath":"icons/gouwu.png", "selectedStyle":"icons/gouwu_o.png" }, { "pagePath": "pages/demo02/demo02", "text": "福利", "iconpath":"icons/choujiang.png", "selectedStyle":"icons/choujiang_o.png" }, { "pagePath": "pages/demo03/demo03", "text": "我的", "iconpath":"icons/wode.png", "selectedStyle":"icons/wode_o.png" } ] } }
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
/*代码*/ { "pages":[ "pages/index/index", "pages/demo01/demo01", "pages/demo02/demo02", "pages/demo03/demo03", "pages/demo04/demo04" ], }, "tabBar": { "color":"#474747", "selectedColor":"#ea986c", "borderStyle":"black", "position":"bottom", "backgroundColor":"#ffffff", "list": [{ "pagePath": "pages/index/index", "text": "首页", "iconPath":"icons/shouye.png", "selectedStyle":"icons/shouye_o.png" }, { "pagePath": "pages/demo01/demo01", "text": "好物", "iconpath":"icons/gouwu.png", "selectedStyle":"icons/gouwu_o.png" }, { "pagePath": "pages/demo02/demo02", "text": "福利", "iconpath":"icons/choujiang.png", "selectedStyle":"icons/choujiang_o.png" }, { "pagePath": "pages/demo03/demo03", "text": "我的", "iconpath":"icons/wode.png", "selectedStyle":"icons/wode_o.png" } ] } }