|
|
|
@ -227,26 +227,26 @@
|
|
|
|
|
"list": [
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/index/index",
|
|
|
|
|
"iconPath": "static/tabbar/home.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/home-active.png",
|
|
|
|
|
"iconPath": "static/common/tabbar/home.png",
|
|
|
|
|
"selectedIconPath": "static/common/tabbar/home-active.png",
|
|
|
|
|
"text": "首页"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/goods/category",
|
|
|
|
|
"iconPath": "static/tabbar/category.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/category-active.png",
|
|
|
|
|
"iconPath": "static/common/tabbar/category.png",
|
|
|
|
|
"selectedIconPath": "static/common/tabbar/category-active.png",
|
|
|
|
|
"text": "分类"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/cart/tabBarCart",
|
|
|
|
|
"iconPath": "static/tabbar/shopping-cart.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/shopping-cart-active.png",
|
|
|
|
|
"iconPath": "static/common/tabbar/shopping-cart.png",
|
|
|
|
|
"selectedIconPath": "static/common/tabbar/shopping-cart-active.png",
|
|
|
|
|
"text": "购物车"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"pagePath": "pages/account/index",
|
|
|
|
|
"iconPath": "static/tabbar/account.png",
|
|
|
|
|
"selectedIconPath": "static/tabbar/account-active.png",
|
|
|
|
|
"iconPath": "static/common/tabbar/account.png",
|
|
|
|
|
"selectedIconPath": "static/common/tabbar/account-active.png",
|
|
|
|
|
"text": "我的"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|