|
|
@ -37,14 +37,14 @@ |
|
|
},{ |
|
|
},{ |
|
|
"path": "group/groupBuyDetail", //拼团商家详情页 |
|
|
"path": "group/groupBuyDetail", //拼团商家详情页 |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "拼团商家详情页", |
|
|
"navigationStyle": "custom", |
|
|
"enablePullDownRefresh": false |
|
|
"enablePullDownRefresh": false |
|
|
} |
|
|
} |
|
|
},{ |
|
|
},{ |
|
|
"path": "group/groupBuySingle", //拼团单一商家 |
|
|
"path": "group/groupBuySingle", //拼团单一商家 |
|
|
"style": { |
|
|
"style": { |
|
|
"navigationBarTitleText": "拼团单一商家", |
|
|
"navigationBarTitleText": "拼团单一商家", |
|
|
"enablePullDownRefresh": false |
|
|
"navigationStyle": "custom" |
|
|
} |
|
|
} |
|
|
},{ |
|
|
},{ |
|
|
"path": "group/groupBuyList", //拼团页 |
|
|
"path": "group/groupBuyList", //拼团页 |
|
|
@ -52,6 +52,12 @@ |
|
|
"navigationBarTitleText": "拼团页", |
|
|
"navigationBarTitleText": "拼团页", |
|
|
"navigationStyle": "custom" |
|
|
"navigationStyle": "custom" |
|
|
} |
|
|
} |
|
|
|
|
|
},{ |
|
|
|
|
|
"path": "goods/goodsDetail", //拼团页 |
|
|
|
|
|
"style": { |
|
|
|
|
|
"navigationBarTitleText": "商品详情页", |
|
|
|
|
|
"navigationStyle": "custom" |
|
|
|
|
|
} |
|
|
},{ |
|
|
},{ |
|
|
"path": "order/orderDetail", //订单详情 |
|
|
"path": "order/orderDetail", //订单详情 |
|
|
"style": { |
|
|
"style": { |
|
|
|