From 209ff1318068b1c2cf62168c5292009a4fc91ae0 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 11 Mar 2026 10:09:19 +0800 Subject: [PATCH] pages.json --- pages.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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": {