diff --git a/pages.json b/pages.json index 3712ea9..ea47e02 100644 --- a/pages.json +++ b/pages.json @@ -60,27 +60,28 @@ } }, { - "path": "pages/goods/goodsList", + "path": "pages/goods/addGoods", "style": { - "navigationBarTitleText": "商品管理", + "navigationBarTitleText": "新增商品", "app-plus": { "bounce": "none" } } }, { - "path": "pages/goods/addGoods", + "path": "pages/myCenter/shopDetail", "style": { - "navigationBarTitleText": "新增商品", + "navigationBarTitleText": "商家详情", "app-plus": { "bounce": "none" } } }, { - "path": "pages/myCenter/shopDetail", + "path": "pages/order/orderDetail", "style": { - "navigationBarTitleText": "商家详情", + "navigationBarTitleText": "订单详情", + "navigationStyle": "custom", "app-plus": { "bounce": "none" } @@ -142,6 +143,16 @@ } } }, + { + "path": "pages/shop/wallet", + "style": { + "navigationBarTitleText": "我的钱包", + "navigationStyle": "custom", + "app-plus": { + "bounce": "none" + } + } + }, { "path": "pages/shop/goodsList", "style": {