From 47566622bccb28d71148e635a9be505bcb7bf89d Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Wed, 18 Mar 2026 15:56:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pages.json b/pages.json index 719565e..8d91106 100644 --- a/pages.json +++ b/pages.json @@ -76,6 +76,12 @@ "navigationBarTitleText": "商品详情页", "navigationStyle": "custom" } + },{ + "path": "order/pendGroup", + "style": { + "navigationBarTitleText": "待成团页", + "navigationStyle": "custom" + } },{ "path": "order/orderDetail", "style": { @@ -139,8 +145,8 @@ },{ "path": "myCenter/myMerchant", "style": { - "navigationBarTitleText": "商家主页", - "navigationStyle": "custom" + "navigationBarTitleText": "商家注册", + "enablePullDownRefresh": false } },{ "path": "myCenter/myFriend", @@ -164,13 +170,13 @@ "path": "myCenter/merchantRegister", "style": { "navigationBarTitleText": "商家注册", - "navigationStyle": "custom" + "enablePullDownRefresh": false } },{ "path": "myCenter/addGoods", "style": { "navigationBarTitleText": "新增商品", - "navigationStyle": "custom" + "enablePullDownRefresh": false } }] }, {