From da1e3dbfc622f7f581d19a56c7e4d3abe13563e1 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期三, 09 七月 2025 18:02:59 +0800 Subject: [PATCH] 上家发布商品功能 --- pages.json | 27 ++++++++++++++++++++++++++- 1 files changed, 26 insertions(+), 1 deletions(-) diff --git a/pages.json b/pages.json index a071262..a13330e 100644 --- a/pages.json +++ b/pages.json @@ -240,7 +240,7 @@ } }, { - "path": "pages/goods-manager/addGoods/addGoods", + "path": "pages/supplier/publish-goods/publishGoods", "style": { "enablePullDownRefresh": true, "navigationBarTitleText": "鏂板鍟嗗搧", @@ -365,6 +365,13 @@ "u-loadmore":"view", "u-switch": "view" } + } + }, + { + "path" : "pages/supplier/publish-goods/goodsInfo", + "style" : + { + "navigationBarTitleText" : "" } } ], @@ -826,6 +833,14 @@ "u-image": "view", "u-loadmore": "view" } + } + }, + { + "path" : "myAttention", + "style" : + { + "navigationBarTitleText" : "鍏虫敞鍒楄〃", + "enablePullDownRefresh": true } } ] @@ -1490,6 +1505,16 @@ } }] } + // { + // "root": "pages/supplier/publish-goods", + // "pages": [{ + // "path": "publishGoods", + // "style": { + // "navigationBarTitleText": "鍟嗗搧鍙戝竷" + // // "navigationStyle": "custom" + // } + // }] + // } // , // { // "root": "pages/commodity-square", -- Gitblit v1.8.0