From d36eb757af8867278125c6999fcaa5bdb902151c Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期二, 21 三月 2023 17:38:45 +0800 Subject: [PATCH] 司机称重页面,签到页面 --- pages.json | 18 ++++++++---------- 1 files changed, 8 insertions(+), 10 deletions(-) diff --git a/pages.json b/pages.json index 576bbbe..da8e598 100644 --- a/pages.json +++ b/pages.json @@ -147,17 +147,15 @@ "enablePullDownRefresh": false } + }, { + "path": "pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock", + "style": { + "navigationBarTitleText": "鐭垮満绛惧埌", + "enablePullDownRefresh": false + } + } - ,{ - "path" : "pages/driver-page/driver-index/bill-of-lading-details/punchTheClock/punchTheClock", - "style" : - { - "navigationBarTitleText": "", - "enablePullDownRefresh": false - } - - } - ], + ], "tabBar": { // "color": "#999794", // "selectedColor": "#007AFF", -- Gitblit v1.9.1