From 5cc267dab893d15a51e8a8abb305655167165eac Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 14 七月 2025 10:07:29 +0800 Subject: [PATCH] 供应商商品列表 --- pages.json | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 files changed, 40 insertions(+), 3 deletions(-) diff --git a/pages.json b/pages.json index 48cdf4f..8fc61af 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" : "" } } ], @@ -827,6 +834,14 @@ "u-loadmore": "view" } } + }, + { + "path" : "myAttention", + "style" : + { + "navigationBarTitleText" : "鍏虫敞鍒楄〃", + "enablePullDownRefresh": true + } } ] }, @@ -836,8 +851,7 @@ { "path": "shopPage", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "" } }, { @@ -1037,6 +1051,13 @@ "componentPlaceholder": { "u-button": "view" } + } + }, + { + "path" : "video-search", + "style" : + { + "navigationBarTitleText" : "" } } ] @@ -1483,6 +1504,22 @@ "navigationStyle": "custom" } }] + }, + { + "root": "pages/supplier/suppler-order", + "pages": [{ + "path": "suppler-order", + "style": { + "navigationBarTitleText": "渚涘簲鍟嗙" + // "navigationStyle": "custom" + } + },{ + "path": "order-detail", + "style": { + "navigationBarTitleText": "璁㈠崟璇︽儏" + // "navigationStyle": "custom" + } + }] } // , // { -- Gitblit v1.8.0