diff --git a/pages.json b/pages.json index 8ee1561..577bc75 100644 --- a/pages.json +++ b/pages.json @@ -37,14 +37,14 @@ },{ "path": "group/groupBuyDetail", //拼团商家详情页 "style": { - "navigationBarTitleText": "拼团商家详情页", + "navigationStyle": "custom", "enablePullDownRefresh": false } },{ "path": "group/groupBuySingle", //拼团单一商家 "style": { "navigationBarTitleText": "拼团单一商家", - "enablePullDownRefresh": false + "navigationStyle": "custom" } },{ "path": "group/groupBuyList", //拼团页 @@ -52,6 +52,12 @@ "navigationBarTitleText": "拼团页", "navigationStyle": "custom" } + },{ + "path": "goods/goodsDetail", //拼团页 + "style": { + "navigationBarTitleText": "商品详情页", + "navigationStyle": "custom" + } },{ "path": "order/orderDetail", //订单详情 "style": {