问题描述
在app.json里设置tabBar图片,显示文件不存在
相关代码
app.json
"tabBar": {
"list": [{
"pagePath": "pages/index/main",
"selectedIconPath": "../static/images/coinpurseFill.png",
"iconPath": "../static/images/coinpurse.png",
"text": "借款"
},
{
"pagePath": "pages/payList/main",
"selectedIconPath": "../static/images/calendarFill.png",
"iconPath": "../static/images/calendar.png",
"text": "账单"
},
{
"pagePath": "pages/my/main",
"selectedIconPath": "../static/images/peopleFill.png",
"iconPath": "../static/images/people.png",
"text": "我的"
}
]
}
请问怎么修改