165 lines
3.3 KiB
JSON
165 lines
3.3 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/mall/mall",
|
|
"style": {
|
|
"navigationBarTitleText": "商品列表",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
},
|
|
"enablePullDownRefresh":true
|
|
},
|
|
{
|
|
"path": "pages/orders/orders",
|
|
"style": {
|
|
"navigationBarTitleText": "我的买单",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/sales/sales",
|
|
"style": {
|
|
"navigationBarTitleText": "我的卖单",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/warehouse/warehouse",
|
|
"style": {
|
|
"navigationBarTitleText": "我的仓库",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/profile/profile",
|
|
"style": {
|
|
"navigationBarTitleText": "个人中心",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
},
|
|
|
|
{
|
|
"path": "pages/register/register",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/address/address",
|
|
"style": {
|
|
"navigationBarTitleText": "我的地址"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/address/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "编辑地址"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/payment/payment",
|
|
"style": {
|
|
"navigationBarTitleText": "收款方式"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/product/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "商品详情"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/payment/purchase",
|
|
"style": {
|
|
"navigationBarTitleText": "付款"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/scores/scores",
|
|
"style": {
|
|
"navigationBarTitleText": "积分明细"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/orders/detail",
|
|
"style": {
|
|
"navigationBarTitleText": "订单详情"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/reconciliation/reconciliation",
|
|
"style": {
|
|
"navigationBarTitleText": "对账管理",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
|
|
},
|
|
{
|
|
"path": "pages/profile/edit",
|
|
"style": {
|
|
"navigationBarTitleText": "个人信息",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"navigationBarTextStyle": "white"
|
|
}
|
|
|
|
}
|
|
],
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#FF4444",
|
|
"backgroundColor": "#ffffff",
|
|
"borderStyle": "black",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/home.png",
|
|
"selectedIconPath": "static/home.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/mall/mall",
|
|
"iconPath": "static/mall.png",
|
|
"selectedIconPath": "static/mall.png",
|
|
"text": "商城"
|
|
},
|
|
{
|
|
"pagePath": "pages/profile/profile",
|
|
"iconPath": "static/profile.png",
|
|
"selectedIconPath": "static/profile.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "white",
|
|
"navigationBarTitleText": "商城",
|
|
"navigationBarBackgroundColor": "#FF4444",
|
|
"backgroundColor": "#F5F5F5"
|
|
}
|
|
} |