-
zhangwei
2024-08-29 447e19fa298ae11a1c3a3fa2d2ff3a1a8dba0501
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,10 +202,22 @@
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "我的订单"
                  "navigationBarTitleText": "我的工作",
                  "enablePullDownRefresh":true
               }
            }
         ]
      },
      {
         "root": "pages/company",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录"
               }
            }
         ]
      }
   ],