|
|
|
@ -15,10 +15,10 @@ |
|
|
|
|
"selectedIconPath": "static/tabbar/cate-active.png", |
|
|
|
|
"text": "分类" |
|
|
|
|
}, { |
|
|
|
|
"pagePath": "pages/shopList/index", |
|
|
|
|
"iconPath": "static/tabbar/shop.png", |
|
|
|
|
"selectedIconPath": "static/tabbar/shop-active.png", |
|
|
|
|
"text": "商户" |
|
|
|
|
"pagePath": "pages/serve/index", |
|
|
|
|
"iconPath": "static/tabbar/serve.png", |
|
|
|
|
"selectedIconPath": "static/tabbar/serve-active.png", |
|
|
|
|
"text": "服务" |
|
|
|
|
}, { |
|
|
|
|
"pagePath": "pages/cart/index", |
|
|
|
|
"iconPath": "static/tabbar/cart.png", |
|
|
|
@ -40,6 +40,13 @@ |
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/serve/index", |
|
|
|
|
"style": { |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"navigationBarTitleText": "服务" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/category/index", |
|
|
|
|
"style": { |
|
|
|
@ -64,6 +71,13 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/serve/install", |
|
|
|
|
"style": { |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"navigationBarTitleText": "安装报修" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "pages/member/index", |
|
|
|
|
"style": { |
|
|
|
@ -812,25 +826,6 @@ |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"root": "pages/serve/", |
|
|
|
|
"pages": [ |
|
|
|
|
{ |
|
|
|
|
"path": "index", |
|
|
|
|
"style": { |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"navigationBarTitleText": "服务" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"path": "install", |
|
|
|
|
"style": { |
|
|
|
|
"enablePullDownRefresh": false, |
|
|
|
|
"navigationBarTitleText": "安装报修" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"root": "pages/wallet/", |
|
|
|
|
"pages": [ |
|
|
|
|