From 71d2e42ae642cecb5e8f6776c702cd20bafe6c01 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 27 八月 2024 17:12:04 +0800
Subject: [PATCH] 打卡

---
 src/pages.json |   53 ++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 42 insertions(+), 11 deletions(-)

diff --git a/src/pages.json b/src/pages.json
index 698bce2..040c095 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -28,10 +28,11 @@
 		{
 			"path": "pages/index/index",
 			"style": {
-				"navigationBarTitleText": "灏忛晣涓存椂宸�-棣栭〉"
+				"navigationBarTitleText": "灏忛晣涓存椂宸�-棣栭〉",
+				"enablePullDownRefresh":true
 			}
 		},
-		
+
 		{
 			"path": "pages/login/index",
 			"style": {
@@ -83,12 +84,20 @@
 		{
 			"path": "pages/mine/apply",
 			"style": {
-				"navigationBarTitleText": "鐢宠鎺ュ崟",
-				"usingComponents":{
-					"camera-buffer-jpg":"/components/cameraBufferJpg/cameraBufferjpg"
-				}
+				"navigationBarTitleText": "鐢宠鎺ュ崟"
+	
 			}
-			
+
+		},
+		{
+			"path" : "pages/test/test",
+			"style" : 
+			{
+				"navigationBarTitleText" : "浜鸿劯璇嗗埆"
+				// "usingComponents":{
+				// 	"camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
+				// }
+			}
 		}
 		// {
 		// 	"path": "pages/enterprise/index",
@@ -128,6 +137,12 @@
 					"style": {
 						"navigationBarTitleText": "鎵撳崱璇︽儏"
 					}
+				},
+				{
+					"path": "checkin",
+					"style": {
+						"navigationBarTitleText": "鎵撳崱"
+					}
 				}
 			]
 		},
@@ -147,9 +162,19 @@
 				}
 			]
 		},
-		{"root": "pages/order",
-			"pages":[
-				{
+		{
+			"root": "pages/detail",
+			"pages": [{
+					"path": "detail",
+					"style": {
+						"navigationBarTitleText": "宸ヤ綔璇︽儏"
+					}
+				}
+			]
+		},
+		{
+			"root": "pages/order",
+			"pages": [{
 					"path": "order",
 					"style": {
 						"navigationBarTitleText": "鑱屼綅绠$悊"
@@ -166,10 +191,16 @@
 					"style": {
 						"navigationBarTitleText": "宸ヤ汉璇︽儏"
 					}
+				},
+				{
+					"path": "myorder",
+					"style": {
+						"navigationBarTitleText": "鎴戠殑璁㈠崟"
+					}
 				}
 			]
 		}
-		
+
 	],
 	"globalStyle": {
 		"navigationBarTextStyle": "black",

--
Gitblit v1.9.1