|
|
@ -29,36 +29,36 @@ |
|
|
|
data() { |
|
|
|
return { |
|
|
|
list: [{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/home-active.png", |
|
|
|
"selectedIconPath": "/static/image/tabbar/home-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/home.png", |
|
|
|
"pagePath": "/pages/index/index", |
|
|
|
"title": "首页", |
|
|
|
key: 'home', |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/product-list-active.png", |
|
|
|
"iconPath": "/static/image/tabbar/product-list.png", |
|
|
|
"selectedIconPath": "/static/image/tabbar/category-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/category.png", |
|
|
|
"pagePath": "/pages/index/category", |
|
|
|
"title": "商品列表", |
|
|
|
key: 'category', |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/order-active.png", |
|
|
|
"selectedIconPath": "/static/image/tabbar/order-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/order.png", |
|
|
|
"pagePath": "/pages/index/order", |
|
|
|
"title": "订单", |
|
|
|
key: 'order', |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/cart-active.png", |
|
|
|
"selectedIconPath": "/static/image/tabbar/cart-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/cart.png", |
|
|
|
"pagePath": "/pages/index/cart", |
|
|
|
"title": "购物车", |
|
|
|
key: 'cart', |
|
|
|
}, |
|
|
|
{ |
|
|
|
"selectedIconPath": "/static/image/tabbar/user-center-active.png", |
|
|
|
"iconPath": "/static/image/tabbar/user-center.png", |
|
|
|
"selectedIconPath": "/static/image/tabbar/center-a.png", |
|
|
|
"iconPath": "/static/image/tabbar/center.png", |
|
|
|
"pagePath": "/pages/index/center", |
|
|
|
"title": "我的", |
|
|
|
key: 'center', |
|
|
|