{ "pages":[ "pages/index/index", "pages/topic/index", "pages/user/index" ], "window":{ "backgroundTextStyle":"light", "navigationBarBackgroundColor": "#fff", "navigationBarTitleText": "我的小程序", "navigationBarTextStyle":"black" }, "tabBar":{ "color" : "#808080", "selectedColor" : "#629add", "backgroundColor" : "#ffffff", "list" : [ { "pagePath" : "pages/user/index", "text" : "出题", "iconPath" : "imgs/printer.png", "selectedIconPath" : "imgs/printe-a.png" }, { "pagePath" : "pages/topic/index", "text" : "我的", "iconPath" : "imgs/mine.png", "selectedIconPath" : "imgs/mine-a.png" } ] }, "style": "v2", "sitemapLocation": "sitemap.json" } 代码如上
为什么底部导航栏设置 "pagePath" : "pages/topic/index" 就不显示?https://developers.weixin.qq.com/s/s1jq4mme7XVn 改成其它都能显示
10-31