From c313a253b1fcdc75b6be5db575fc2b29fb407021 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期三, 15 四月 2026 20:05:04 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
small-program/pages.json | 154 +++++---------------------------------------------
1 files changed, 17 insertions(+), 137 deletions(-)
diff --git a/small-program/pages.json b/small-program/pages.json
index 6b9adf1..aa1d901 100644
--- a/small-program/pages.json
+++ b/small-program/pages.json
@@ -11,13 +11,6 @@
}
},
{
- "path": "pages/demand-hall/demand-hall",
- "style": {
- "navigationBarTitleText": "鎴戠殑璁㈠崟",
- "navigationStyle": "custom"
- }
- },
- {
"path": "pages/mine/mine",
"style": {
"navigationBarTitleText": "鎴戠殑",
@@ -25,137 +18,18 @@
}
},
{
- "path": "pages/seleCity/seleCity",
+ "path": "pages/itinerary/itinerary",
"style": {
- "navigationBarTitleText": "鍩庡競閫夋嫨"
+ "navigationBarTitleText": ""
}
},
{
- "path" : "pages/using-workers/using-workers",
- "style" :
- {
- "navigationBarTitleText" : "閲囨憳宸�"
- }
- },
- {
- "path" : "pages/sorting/sorting",
- "style" :
- {
- "navigationBarTitleText" : "鍒嗘嫞宸�"
- }
- },
- {
- "path" : "pages/packaging-worker/packaging-worker",
- "style" :
- {
- "navigationBarTitleText" : "鍖呰宸�"
- }
- },
- {
- "path" : "pages/success/success",
- "style" :
- {
- "navigationBarTitleText" : "鍙戝崟鎴愬姛"
- }
- },
- {
- "path" : "pages/freight/freight",
- "style" :
- {
- "navigationBarTitleText" : "杩愯揣"
- }
- },
- {
- "path" : "pages/order-details/order-details",
- "style" :
- {
- "navigationBarTitleText" : "璁㈠崟璇︽儏"
- }
- },
- {
- "path" : "pages/freight-order/freight-order",
- "style" :
- {
- "navigationBarTitleText" : "璁㈠崟璇︽儏"
- }
- },
- {
- "path" : "pages/order-food/order-food",
- "style" :
- {
- "navigationBarTitleText" : "璁㈠崟璇︽儏"
- }
- },
- {
- "path" : "pages/login/login",
- "style" :
- {
- "navigationBarTitleText" : "鐧诲綍椤�"
- }
- },
- {
- "path" : "pages/balance-details/balance-details",
- "style" :
- {
- "navigationBarTitleText" : "浣欓鏄庣粏"
- }
- },
-
- {
- "path" : "pages/rich-text-page/rich-text-page",
- "style" :
- {
- "navigationBarTitleText" : "瀵屾枃鏈〉闈�"
+ "path": "pages/message/message",
+ "style": {
+ "navigationBarTitleText": "娑堟伅"
}
}
- ],
- "subPackages": [{
- "root": "packageA", // 鍒嗗寘鐨勬牴鐩綍
- "name": "packageA", // 鍒嗗寘鐨勬牴鐩綍
- "pages":[
- {
- "path" : "pages/withdrawal/withdrawal",
- "style" :
- {
- "navigationBarTitleText" : "鎻愮幇"
- }
- },
- {
- "path" : "pages/withdrawal-successful/withdrawal-successful",
- "style" :
- {
- "navigationBarTitleText" : "鎻愮幇鎴愬姛"
- }
- },
- {
- "path" : "pages/set-up/set-up",
- "style" :
- {
- "navigationBarTitleText" : "璁剧疆"
- }
- },
- {
- "path" : "pages/employment-certification/employment-certification",
- "style" :
- {
- "navigationBarTitleText" : "鐢ㄥ伐璁よ瘉"
- }
- },
- {
- "path" : "pages/certification-results/certification-results",
- "style" :
- {
- "navigationBarTitleText" : "璁よ瘉缁撴灉"
- }
- }
- ]
- }],
- "preloadRule":{
- "pages/mine/mine":{
- "network": "all",
- "packages": ["packageA"]
- }
- },
+ ],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
@@ -170,15 +44,21 @@
"list": [
{
"pagePath": "pages/index/index",
- "iconPath": "static/icon/nav_home_sel@2x (1).png",
+ "iconPath": "static/icon/nav_home@2x.png",
"selectedIconPath": "static/icon/nav_home_sel@2x.png",
"text": "棣栭〉"
},
{
- "pagePath": "pages/demand-hall/demand-hall",
- "iconPath": "static/icon/nav_order@2x.png",
- "selectedIconPath": "static/icon/nav_order_sel@2x.png",
- "text": "璁㈠崟"
+ "pagePath": "pages/itinerary/itinerary",
+ "iconPath": "static/icon/nav_xingcheng@2x.png",
+ "selectedIconPath": "static/icon/nav_xingcheng_sel@2x.png",
+ "text": "琛岀▼"
+ },
+ {
+ "pagePath": "pages/message/message",
+ "iconPath": "static/icon/nav_xiaoxi@2x.png",
+ "selectedIconPath": "static/icon/nav_xiaoxi_sel@2x.png",
+ "text": "娑堟伅"
},
{
"pagePath": "pages/mine/mine",
--
Gitblit v1.9.3