From 91a6d368073912a2e54bbd8c8a39c44d783881d8 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期三, 28 八月 2024 17:03:00 +0800 Subject: [PATCH] 打卡相关 --- src/pages.json | 12 ++++++++++-- 1 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/pages.json b/src/pages.json index 040c095..8ab6c3a 100644 --- a/src/pages.json +++ b/src/pages.json @@ -129,7 +129,8 @@ "pages": [{ "path": "index", "style": { - "navigationBarTitleText": "鎵撳崱璁板綍" + "navigationBarTitleText": "鎵撳崱璁板綍", + "enablePullDownRefresh":true } }, { @@ -142,6 +143,12 @@ "path": "checkin", "style": { "navigationBarTitleText": "鎵撳崱" + } + }, + { + "path": "workdetail", + "style": { + "navigationBarTitleText": "鎵撳崱璇︽儏" } } ] @@ -195,7 +202,8 @@ { "path": "myorder", "style": { - "navigationBarTitleText": "鎴戠殑璁㈠崟" + "navigationBarTitleText": "鎴戠殑宸ヤ綔", + "enablePullDownRefresh":true } } ] -- Gitblit v1.9.1