zhangwei
2024-09-09 87bad1af0c203865d318befd9bf3af199896931e
src/pages.json
@@ -49,7 +49,8 @@
      {
         "path": "pages/mine/index",
         "style": {
            "navigationBarTitleText": "个人中心"
            "navigationBarTitleText": "个人中心",
            "enablePullDownRefresh": true
         }
      },
      {
@@ -61,7 +62,7 @@
      {
         "path": "pages/mine/apply",
         "style": {
            "navigationBarTitleText": "申请接单"
            "navigationBarTitleText": "寻找工作"
         }
@@ -69,7 +70,7 @@
      {
         "path": "pages/test/test",
         "style": {
            "navigationBarTitleText": "人脸识别"
            "navigationBarTitleText": "人脸打卡"
            // "usingComponents":{
            //    "camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
            // }
@@ -181,7 +182,8 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工人打卡记录"
                  "navigationBarTitleText": "工人打卡记录",
                  "enablePullDownRefresh": true
               }
            },
            {
@@ -205,13 +207,13 @@
               "style": {
                  "navigationBarTitleText": "提现"
               }
            },
            {
               "path": "withdrawal",
               "style": {
                  "navigationBarTitleText": "充值"
               }
            }
            // {
            //    "path": "withdrawal",
            //    "style": {
            //       "navigationBarTitleText": "充值"
            //    }
            // }
         ]
      }