/*代码*/ { "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" } ] } }
请问底部导航栏icon无法显示的解决方法?sp本人为小程序开发小白遇到小程序底部导航栏无法显示的情况,请问如何解决? [图片]
2021-07-19