From d148889f32babca7ffefa3336a22f9f38dc0c525 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期三, 28 八月 2024 17:20:20 +0800
Subject: [PATCH] 打卡相关
---
src/pages.json | 63 +++++++++++++++++++++++++------
1 files changed, 51 insertions(+), 12 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index 698bce2..8ab6c3a 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",
@@ -120,11 +129,24 @@
"pages": [{
"path": "index",
"style": {
- "navigationBarTitleText": "鎵撳崱璁板綍"
+ "navigationBarTitleText": "鎵撳崱璁板綍",
+ "enablePullDownRefresh":true
}
},
{
"path": "record",
+ "style": {
+ "navigationBarTitleText": "鎵撳崱璇︽儏"
+ }
+ },
+ {
+ "path": "checkin",
+ "style": {
+ "navigationBarTitleText": "鎵撳崱"
+ }
+ },
+ {
+ "path": "workdetail",
"style": {
"navigationBarTitleText": "鎵撳崱璇︽儏"
}
@@ -147,9 +169,19 @@
}
]
},
- {"root": "pages/order",
- "pages":[
- {
+ {
+ "root": "pages/detail",
+ "pages": [{
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "宸ヤ綔璇︽儏"
+ }
+ }
+ ]
+ },
+ {
+ "root": "pages/order",
+ "pages": [{
"path": "order",
"style": {
"navigationBarTitleText": "鑱屼綅绠$悊"
@@ -166,10 +198,17 @@
"style": {
"navigationBarTitleText": "宸ヤ汉璇︽儏"
}
+ },
+ {
+ "path": "myorder",
+ "style": {
+ "navigationBarTitleText": "鎴戠殑宸ヤ綔",
+ "enablePullDownRefresh":true
+ }
}
]
}
-
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1