From 38130802e3fd55080f518f4128ef20ddfdd907c3 Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 10 九月 2024 17:11:14 +0800
Subject: [PATCH] -
---
src/pages.json | 159 ++++++++++++++++++++++++++++++++--------------------
1 files changed, 98 insertions(+), 61 deletions(-)
diff --git a/src/pages.json b/src/pages.json
index b9ae09a..b89726f 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -29,7 +29,7 @@
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "灏忛晣涓存椂宸�-棣栭〉",
- "enablePullDownRefresh":true
+ "enablePullDownRefresh": true
}
},
@@ -39,40 +39,18 @@
"navigationBarTitleText": "鐧诲綍"
}
},
- // {
- // "path": "pages/order/order",
- // "style": {
- // "navigationBarTitleText": "鑱屼綅绠$悊"
- // }
- // },
- // {
- // "path": "pages/order/detail",
- // "style": {
- // "navigationBarTitleText": "鎶曢�掕鎯�"
- // }
- // },
- // {
- // "path": "pages/order/worker",
- // "style": {
- // "navigationBarTitleText": "宸ヤ汉璇︽儏"
- // }
- // },
{
"path": "pages/release/index",
"style": {
"navigationBarTitleText": "鍙戝竷鎷涘伐"
}
},
- {
- "path": "pages/wallet/index",
- "style": {
- "navigationBarTitleText": "閽卞寘"
- }
- },
+
{
"path": "pages/mine/index",
"style": {
- "navigationBarTitleText": "涓汉涓績"
+ "navigationBarTitleText": "涓汉涓績",
+ "enablePullDownRefresh": true
}
},
{
@@ -84,48 +62,61 @@
{
"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/income/income",
+ "style" :
+ {
+ "navigationBarTitleText" : "宸ヨ祫鏄庣粏",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path" : "pages/article/article",
+ "style" :
+ {
+ "navigationBarTitleText" : "鐢ㄦ埛鍗忚"
+ }
+ },
+ {
+ "path" : "pages/worker/worker",
+ "style" :
+ {
+ "navigationBarTitleText" : "宸ヤ汉璇︽儏"
+ }
}
- // {
- // "path": "pages/enterprise/index",
- // "style": {
- // "navigationBarTitleText": "浼佷笟璧勬枡"
- // }
- // },
- // {
- // "path": "pages/enterprise/enterprise",
- // "style": {
- // "navigationBarTitleText": "浼佷笟璧勬枡"
- // }
- // },
- // {
- // "path": "pages/checkin/index",
- // "style": {
- // "navigationBarTitleText": "鎵撳崱璁板綍"
- // }
- // },
- // {
- // "path": "pages/checkin/record",
- // "style": {
- // "navigationBarTitleText": "鎵撳崱璇︽儏"
- // }
- // }
],
"subPackages": [{
"root": "pages/checkin",
"pages": [{
"path": "index",
"style": {
- "navigationBarTitleText": "鎵撳崱璁板綍"
+ "navigationBarTitleText": "鎵撳崱璁板綍",
+ "enablePullDownRefresh": true
+ }
+ },
+
+ {
+ "path": "checkin",
+ "style": {
+ "navigationBarTitleText": "鎵撳崱"
}
},
{
- "path": "record",
+ "path": "workdetail",
"style": {
"navigationBarTitleText": "鎵撳崱璇︽儏"
}
@@ -151,12 +142,11 @@
{
"root": "pages/detail",
"pages": [{
- "path": "detail",
- "style": {
- "navigationBarTitleText": "宸ヤ綔璇︽儏"
- }
+ "path": "detail",
+ "style": {
+ "navigationBarTitleText": "宸ヤ綔璇︽儏"
}
- ]
+ }]
},
{
"root": "pages/order",
@@ -177,10 +167,57 @@
"style": {
"navigationBarTitleText": "宸ヤ汉璇︽儏"
}
+ },
+ {
+ "path": "myorder",
+ "style": {
+ "navigationBarTitleText": "鎴戠殑宸ヤ綔",
+ "enablePullDownRefresh": true
+ }
}
]
+ },
+ {
+ "root": "pages/company",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "宸ヤ汉鎵撳崱璁板綍",
+ "enablePullDownRefresh": true
+ }
+ },
+ {
+ "path": "record",
+ "style": {
+ "navigationBarTitleText": "宸ヤ汉鎵撳崱璇︽儏"
+ }
+ }
+ ]
+ },
+ {
+ "root": "pages/wallet",
+ "pages": [{
+ "path": "index",
+ "style": {
+ "navigationBarTitleText": "閽卞寘"
+ }
+ },
+ {
+ "path": "recharge",
+ "style": {
+ "navigationBarTitleText": "鎻愮幇"
+ }
+ }
+ // {
+ // "path": "withdrawal",
+ // "style": {
+ // "navigationBarTitleText": "鍏呭��"
+ // }
+ // }
+ ]
}
+
],
"globalStyle": {
"navigationBarTextStyle": "black",
--
Gitblit v1.9.1