微信小程序tabbar显示不出来

{
"pages":[
"pages/index/index",
"pages/shopping/shopping",
"pages/list/list",
"pages/my/my",

"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "Weixin",
"navigationBarTextStyle":"black"
},
"tabBar": {
"custom": true,
"color": "#999999",
"backgroundColor": "#ffffff",
"selectedColor": "#67bbf6",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "images/index.png",
"selectedIconPath": "images/index_hover.png"
},
{
"pagePath": "pages/shopping/shopping",
"text": "商城",
"iconPath": "images/shopping.png",
"selectedIconPath": "images/shopping_hover.png"
},
{
"pagePath": "pages/list/list",
"text": "列表",
"iconPath": "images/list.png",
"selectedIconPath": "images/list_hover.png"
},
{
"pagePath": "pages/my/my",
"text": "我的",
"iconPath": "images/my.png",
"selectedIconPath": "images/my_hover.png"
}
]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}

https://www.cnblogs.com/zxyun/p/11633689.html

加上项目文件结构图和报错图,能够更好的回答博主的问题

加上项目结构图和报错图,能够更好地回答博主的问题