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 } },{