那里写错了?只要加iconPath和selectedIconPath这两项,什么都不显示了
“iconPath”: “assets/img/car.png”,
“selectedIconPath”: “assets/img/car1.png”,
############################################
{
“pages”:[
“pages/index/index”,
“pages/config/config”
],
“window”:{
“backgroundTextStyle”:“light”,
“navigationBarBackgroundColor”: “#FF9999”,
“navigationBarTitleText”: “******”,
“navigationBarTextStyle”:“white”
},
“tabBar”: {
“color”:"#313131",
“selectedColor”: “#CC3333”,
“borderstyle”:"#313131",
“backgroundColor”: “ffffff”,
“list”: [
{
“iconPath”: “assets/img/car.png”,
“selectedIconPath”: “assets/img/car1.png”,
“pagePath”: “pages/index/index”,
“text”: “首页”
},