求教关于微信小程序关于tabBar不显示的问题,本人刚学,小白一个遇到了问题
{
“pages”:[
“pages/index/index”,
“pages/logs/logs”,
“pages/cart/cart”,
“pages/my/my”
],
“window”:{
“backgroundTextStyle”:“dark”,
“navigationBarBackgroundColor”: “#31c27c”,
“navigationBarTitleText”: “welcome”,
“navigationBarTextStyle”:“white”,
“backgroundColor”: “#000000”,
“enablePullDownRefresh”: true
},
“tabBar”: {
“color”: “#000000”,
“selectedColor”: “E22018”,
“backgroundColor”: “#1195EE”,
“borderStyle”: “black”,
“list”: [
{
“pagePath”: “pages/my/my”,
“text”: “NO”,
“iconPath”: “img/tp.png”,
“selectedIconPath”: “img/life.png”
},
{
“pagePath”: “pages/cart/cart”,
“text”: “NO”,
“iconPath”: “img/12.png”,
“selectedIconPath”: “img/life.png”
},
{
“pagePath”: “pages/my/my”,
“text”: “yes”,
“iconPath”: “img/tp.png”,
“selectedIconPath”: “img/life.png”
}
]
},
“debug”: true
}
这是我的代码 编译后底部导航栏显示不出来