为什么图标显示不出来,而且也没有报错?
{
"pages":[
"pages/demo1/demo1",
"pages/index/index",
"pages/iher/iher",
"pages/home/home",
"pages/logs/logs"
],
"window":{
"backgroundTextStyle":"dark",
"navigationBarBackgroundColor": "#3718ff",
"navigationBarTitleText": "欢迎来到我的小程序",
"navigationBarTextStyle":"white",
"enablePullDownRefresh": true,
"backgroundColor": "#ff412e"
},
"tabBar": {
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "icon/首页_format.png",
"selectedIconPath": "icon/首页_format.png"
},
{
"pagePath": "pages/iher/iher",
"text": "分类",
"iconPath": "icon/分类.png",
"selectedIconPath": "icon/分类.png"
}]
},
"style": "v2",
"sitemapLocation": "sitemap.json"
}
[图片][图片]