82 lines
2.1 KiB
JSON
82 lines
2.1 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/mall/consumer/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle": "custom",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/consumer/category",
|
|
"style": {
|
|
"navigationBarTitleText": "分类"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/consumer/messages",
|
|
"style": {
|
|
"navigationBarTitleText": "消息",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/consumer/cart",
|
|
"style": {
|
|
"navigationBarTitleText": "购物车"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/consumer/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "我的"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/consumer/search",
|
|
"style": {
|
|
"navigationBarTitleText": "搜索",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#ff5000",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/mall/consumer/index",
|
|
"text": "首页",
|
|
"iconPath": "static/tabbar/home.png",
|
|
"selectedIconPath": "static/tabbar/home-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/consumer/category",
|
|
"text": "分类",
|
|
"iconPath": "static/tabbar/category.png",
|
|
"selectedIconPath": "static/tabbar/category-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/consumer/messages",
|
|
"text": "消息",
|
|
"iconPath": "static/tabbar/messages.png",
|
|
"selectedIconPath": "static/tabbar/messages-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/consumer/cart",
|
|
"text": "购物车",
|
|
"iconPath": "static/tabbar/cart.png",
|
|
"selectedIconPath": "static/tabbar/cart-active.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/consumer/profile",
|
|
"text": "我的",
|
|
"iconPath": "static/tabbar/profile.png",
|
|
"selectedIconPath": "static/tabbar/profile-active.png"
|
|
}
|
|
]
|
|
}
|
|
} |