From c22e91296d532873b70cb51bf5510bf7738f3f1a Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期三, 09 七月 2025 18:01:36 +0800 Subject: [PATCH] 完成小程序商户端查看订单发货查看物流 --- pages.json | 84 +++++++++++++++++++++++++++++++++++++---- 1 files changed, 75 insertions(+), 9 deletions(-) diff --git a/pages.json b/pages.json index 553798b..ea225f5 100644 --- a/pages.json +++ b/pages.json @@ -36,6 +36,13 @@ } }, { + "path": "pages/kitchen/KitchenVideo", + "style": { + "navigationBarTitleText": "绁炲帹", + "navigationStyle": "custom" // 闅愯棌绯荤粺瀵艰埅鏍� + } + }, + { "path": "pages/tabbar/home/title", "style": { "navigationBarTitleText": "娑堟伅" @@ -68,7 +75,7 @@ "style": { "navigationBarTitleText": "鍟嗗搧骞垮満", - // "navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍� + "navigationStyle": "custom", // 闅愯棌绯荤粺瀵艰埅鏍� "navigationBarTextStyle": "black", // "disableScroll": true, "bounce": "none", @@ -268,6 +275,42 @@ "path": "pages/userPermissions/userPermissions", "style": { "navigationBarTitleText": "鐢ㄦ埛鏉冮檺", + "componentPlaceholder": { + "u-icon": "view", + "u-button": "view", + "u-form": "view", + "u-form-item": "view", + "u-input": "view", + "u-popup": "view", + "u-search": "view", + "u-loading": "view", + "u-navbar": "view", + "u-loadmore":"view" + } + } + }, + { + "path": "pages/news/news", + "style": { + "navigationBarTitleText": "鏂伴椈", + "componentPlaceholder": { + "u-icon": "view", + "u-button": "view", + "u-form": "view", + "u-form-item": "view", + "u-input": "view", + "u-popup": "view", + "u-search": "view", + "u-loading": "view", + "u-navbar": "view", + "u-loadmore":"view" + } + } + }, + { + "path": "pages/news/detail", + "style": { + "navigationBarTitleText": "鏂伴椈璇︽儏", "componentPlaceholder": { "u-icon": "view", "u-button": "view", @@ -749,6 +792,7 @@ "style": { "navigationBarTitleText": "娲诲姩", "enablePullDownRefresh": true, //涓嬫媺鍒锋柊 + "navigationStyle": "custom", // 闅愯棌椤堕儴瀵艰埅鏍� "componentPlaceholder": { "u-form": "view", "u-form-item": "view", @@ -783,6 +827,14 @@ "u-loadmore": "view" } } + }, + { + "path" : "myAttention", + "style" : + { + "navigationBarTitleText" : "鍏虫敞鍒楄〃", + "enablePullDownRefresh": true + } } ] }, @@ -792,8 +844,7 @@ { "path": "shopPage", "style": { - "navigationBarTitleText": "", - "navigationStyle": "custom" + "navigationBarTitleText": "" } }, { @@ -993,6 +1044,13 @@ "componentPlaceholder": { "u-button": "view" } + } + }, + { + "path" : "video-search", + "style" : + { + "navigationBarTitleText" : "" } } ] @@ -1435,16 +1493,24 @@ "pages": [{ "path": "healthVideo", "style": { - "navigationBarTitleText": "澶у仴搴�" + "navigationBarTitleText": "澶у仴搴�", + "navigationStyle": "custom" } }] }, { - "root": "pages/kitchen", + "root": "pages/supplier/suppler-order", "pages": [{ - "path": "KitchenVideo", + "path": "suppler-order", "style": { - "navigationBarTitleText": "鍘ㄧ" + "navigationBarTitleText": "渚涘簲鍟嗙" + // "navigationStyle": "custom" + } + },{ + "path": "order-detail", + "style": { + "navigationBarTitleText": "璁㈠崟璇︽儏" + // "navigationStyle": "custom" } }] } @@ -1487,10 +1553,10 @@ }, { // "pagePath": "pages/tabbar/category/category", - "pagePath": "pages/commodity-square/commoditySquare", + "pagePath": "pages/kitchen/KitchenVideo", "iconPath": "static/tabbar/category.png", "selectedIconPath": "static/tabbar/category-s.png", - "text": "鍟嗗煄" + "text": "绁炲帹" }, { "pagePath": "pages/tabbar/video/video", -- Gitblit v1.8.0