From 09d494fd784ad72ff0da6bb0beb794311227c8fa Mon Sep 17 00:00:00 2001 From: wangfukang <15630117759@163.com> Date: Sat, 4 Jul 2026 18:18:45 +0800 Subject: [PATCH] 1 --- pages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pages.json b/pages.json index 1cb9cbd..d5dcd97 100644 --- a/pages.json +++ b/pages.json @@ -82,6 +82,11 @@ "navigationBarTitleText": "配送员列表", "navigationStyle": "custom" } + },{ + "path": "address/addressPage", + "style": { + "navigationBarTitleText": "收货地址" + } },{ "path": "goods/goodsDetail", "style": { @@ -348,6 +353,12 @@ "navigationBarTitleText": "我的收藏", "navigationStyle": "custom" } + },{ + "path": "myCenter/problemFeedback", + "style": { + "navigationBarTitleText": "投诉吐槽", + "navigationStyle": "custom" + } },{ "path": "myCenter/myCenter", "style": { @@ -471,6 +482,7 @@ "path": "shop/merchantRegister", "style": { "navigationBarTitleText": "商家注册", + "navigationStyle": "custom", "enablePullDownRefresh": false } },{