From 5998d2cb6d9e6fc2dbccb336100517a841daa869 Mon Sep 17 00:00:00 2001 From: tianyi <13521030702@163.com> Date: Mon, 27 Jul 2026 18:54:21 +0800 Subject: [PATCH] 1 --- pages.json | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) 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": {