From 91be10dcd43367aae04df6330e33d229c216a72e Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 09 十月 2024 17:20:59 +0800 Subject: [PATCH] - --- src/pages.json | 36 +++++++++++++++++++----------------- 1 files changed, 19 insertions(+), 17 deletions(-) diff --git a/src/pages.json b/src/pages.json index 8b64b4c..b711233 100644 --- a/src/pages.json +++ b/src/pages.json @@ -180,7 +180,8 @@ "path": "index", "style": { "navigationBarTitleText": "宸ヨ祫瀹℃牳", - "enablePullDownRefresh": true + "enablePullDownRefresh": true, + "onReachBottomDistance": 50 } }, { @@ -222,23 +223,24 @@ { "root": "pages/worker", "pages": [{ - "path": "worker", - "style": { - "navigationBarTitleText": "宸ヤ汉璇︽儏" + "path": "worker", + "style": { + "navigationBarTitleText": "宸ヤ汉璇︽儏" + } + }, + { + "path": "salary", + "style": { + "navigationBarTitleText": "宸ヨ祫鏌ヨ" + } + }, + { + "path": "salaryDetail", + "style": { + "navigationBarTitleText": "宸ヨ祫鏌ヨ鏄庣粏" + } } - }, - { - "path": "salary", - "style": { - "navigationBarTitleText": "宸ヨ祫鏌ヨ" - } - }, - { - "path": "salaryDetail", - "style": { - "navigationBarTitleText": "宸ヨ祫鏌ヨ鏄庣粏" - } - }] + ] } -- Gitblit v1.9.1