|
|
|
@ -5,16 +5,21 @@ |
|
|
|
"borderStyle": "black", |
|
|
|
"backgroundColor": "#ffffff", |
|
|
|
"list": [{ |
|
|
|
"pagePath": "pages/index/home", |
|
|
|
"pagePath": "pages/index/index", |
|
|
|
"iconPath": "static/tabbar/home.png", |
|
|
|
"selectedIconPath": "static/tabbar/home-active.png", |
|
|
|
"text": "总览" |
|
|
|
"text": "首页" |
|
|
|
}, { |
|
|
|
"pagePath": "pages/category/index", |
|
|
|
"iconPath": "static/tabbar/cate.png", |
|
|
|
"selectedIconPath": "static/tabbar/cate-active.png", |
|
|
|
"text": "体育馆" |
|
|
|
},{ |
|
|
|
"text": "分类" |
|
|
|
}, { |
|
|
|
"pagePath": "pages/cart/index", |
|
|
|
"iconPath": "static/tabbar/cart.png", |
|
|
|
"selectedIconPath": "static/tabbar/cart-active.png", |
|
|
|
"text": "订单" |
|
|
|
}, { |
|
|
|
"pagePath": "pages/user/index", |
|
|
|
"iconPath": "static/tabbar/user.png", |
|
|
|
"selectedIconPath": "static/tabbar/user-active.png", |
|
|
|
@ -25,7 +30,8 @@ |
|
|
|
{ |
|
|
|
"path": "pages/index/home", |
|
|
|
"style": { |
|
|
|
"enablePullDownRefresh": true |
|
|
|
"enablePullDownRefresh": true, |
|
|
|
"navigationStyle": "custom" |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
|