|
|
|
@ -45,23 +45,23 @@
|
|
|
|
|
"backgroundColor": "#ffffff",
|
|
|
|
|
"list": [{
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"iconPath": "static/logo.png",
|
|
|
|
|
"selectedIconPath": "static/logo.png",
|
|
|
|
|
"iconPath": "static/home.png",
|
|
|
|
|
"selectedIconPath": "static/home_select.png",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
}, {
|
|
|
|
|
"pagePath": "pages/category/category",
|
|
|
|
|
"iconPath": "static/logo.png",
|
|
|
|
|
"selectedIconPath": "static/logo.png",
|
|
|
|
|
"iconPath": "static/category.png",
|
|
|
|
|
"selectedIconPath": "static/category_select.png",
|
|
|
|
|
"text": "分类"
|
|
|
|
|
}, {
|
|
|
|
|
"pagePath": "pages/car/car",
|
|
|
|
|
"iconPath": "static/logo.png",
|
|
|
|
|
"selectedIconPath": "static/logo.png",
|
|
|
|
|
"iconPath": "static/car.png",
|
|
|
|
|
"selectedIconPath": "static/car_select.png",
|
|
|
|
|
"text": "购物车"
|
|
|
|
|
}, {
|
|
|
|
|
"pagePath": "pages/mine/mine",
|
|
|
|
|
"iconPath": "static/logo.png",
|
|
|
|
|
"selectedIconPath": "static/logo.png",
|
|
|
|
|
"iconPath": "static/mine.png",
|
|
|
|
|
"selectedIconPath": "static/mine_select.png",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}]
|
|
|
|
|
}
|
|
|
|
|