| | |
| | | marginBottom: 0, |
| | | list: [{ |
| | | "pagePath": "/pages/tabbar/index/home", |
| | | "iconPath": "/static/tabbar/home.png", |
| | | "selectedIconPath": "/static/tabbar/home-s.png", |
| | | "iconPath": "/pages/subComponents/static/tabbar/home.png", |
| | | "selectedIconPath": "/pages/subComponents/static/tabbar/home-s.png", |
| | | "text": "首页", |
| | | "key": 'index' |
| | | }, |
| | |
| | | // "pagePath": "/pages/tabbar/category/category", |
| | | "pagePath": "/pages/kitchen/KitchenVideo", |
| | | |
| | | "iconPath": "/static/tabbar/category.png", |
| | | "selectedIconPath": "/static/tabbar/category-s.png", |
| | | "iconPath": "/pages/subComponents/static/tabbar/category.png", |
| | | "selectedIconPath": "/pages/subComponents/static/tabbar/category-s.png", |
| | | "text": "神厨", |
| | | "key": 'kitchen' |
| | | }, |
| | | { |
| | | "pagePath": "/pages/cusbar/video/video", |
| | | "iconPath": "/static/tabbar/video1.png", |
| | | "selectedIconPath": "/static/tabbar/video1-selected.png", |
| | | "iconPath": "/pages/subComponents/static/tabbar/video1.png", |
| | | "selectedIconPath": "/pages/subComponents/static/tabbar/video1-selected.png", |
| | | "key": 'video' |
| | | }, |
| | | { |
| | | "pagePath": "/pages/cusbar/cart/cartList", |
| | | "iconPath": "/static/tabbar/cart.png", |
| | | "selectedIconPath": "/static/tabbar/cart-s.png", |
| | | "iconPath": "/pages/subComponents/static/tabbar/cart.png", |
| | | "selectedIconPath": "/pages/subComponents/static/tabbar/cart-s.png", |
| | | "text": "购物车", |
| | | "key": 'buyCar' |
| | | }, |
| | | { |
| | | "pagePath": "/pages/tabbar/user/my", |
| | | "iconPath": "/static/tabbar/mine.png", |
| | | "selectedIconPath": "/static/tabbar/mine-s.png", |
| | | "iconPath": "/pages/subComponents/static/tabbar/mine.png", |
| | | "selectedIconPath": "/pages/subComponents/static/tabbar/mine-s.png", |
| | | "text": "我的", |
| | | "key": 'my' |
| | | } |