zhangwei
2024-09-05 0c9b00f333f9baaffa9140fd1808a26e0af8416b
src/pages.json
@@ -29,7 +29,7 @@
         "path": "pages/index/index",
         "style": {
            "navigationBarTitleText": "小镇临时工-首页",
            "enablePullDownRefresh":true
            "enablePullDownRefresh": true
         }
      },
@@ -39,36 +39,13 @@
            "navigationBarTitleText": "登录"
         }
      },
      // {
      //    "path": "pages/order/order",
      //    "style": {
      //       "navigationBarTitleText": "职位管理"
      //    }
      // },
      // {
      //    "path": "pages/order/detail",
      //    "style": {
      //       "navigationBarTitleText": "投递详情"
      //    }
      // },
      // {
      //    "path": "pages/order/worker",
      //    "style": {
      //       "navigationBarTitleText": "工人详情"
      //    }
      // },
      {
         "path": "pages/release/index",
         "style": {
            "navigationBarTitleText": "发布招工"
         }
      },
      {
         "path": "pages/wallet/index",
         "style": {
            "navigationBarTitleText": "钱包"
         }
      },
      {
         "path": "pages/mine/index",
         "style": {
@@ -85,63 +62,62 @@
         "path": "pages/mine/apply",
         "style": {
            "navigationBarTitleText": "申请接单"
         }
      },
      {
         "path" : "pages/test/test",
         "style" :
         {
            "navigationBarTitleText" : "人脸识别"
         "path": "pages/test/test",
         "style": {
            "navigationBarTitleText": "人脸识别"
            // "usingComponents":{
            //    "camera-buffer-jpg":"../components/cameraBufferJpg/cameraBufferjpg"
            // }
         }
      },
      {
         "path" : "pages/income/income",
         "style" :
         {
            "navigationBarTitleText" : "收入明细",
            "enablePullDownRefresh": true
         }
      },
      {
         "path" : "pages/article/article",
         "style" :
         {
            "navigationBarTitleText" : "用户协议"
         }
      },
      {
         "path" : "pages/worker/worker",
         "style" :
         {
            "navigationBarTitleText" : "工人详情"
         }
      }
      // {
      //    "path": "pages/enterprise/index",
      //    "style": {
      //       "navigationBarTitleText": "企业资料"
      //    }
      // },
      // {
      //    "path": "pages/enterprise/enterprise",
      //    "style": {
      //       "navigationBarTitleText": "企业资料"
      //    }
      // },
      // {
      //    "path": "pages/checkin/index",
      //    "style": {
      //       "navigationBarTitleText": "打卡记录"
      //    }
      // },
      // {
      //    "path": "pages/checkin/record",
      //    "style": {
      //       "navigationBarTitleText": "打卡详情"
      //    }
      // }
   ],
   "subPackages": [{
         "root": "pages/checkin",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录"
                  "navigationBarTitleText": "打卡记录",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "打卡详情"
               }
            },
            {
               "path": "checkin",
               "style": {
                  "navigationBarTitleText": "打卡"
               }
            },
            {
               "path": "workdetail",
               "style": {
                  "navigationBarTitleText": "打卡详情"
               }
            }
         ]
@@ -165,12 +141,11 @@
      {
         "root": "pages/detail",
         "pages": [{
               "path": "detail",
               "style": {
                  "navigationBarTitleText": "工作详情"
               }
            "path": "detail",
            "style": {
               "navigationBarTitleText": "工作详情"
            }
         ]
         }]
      },
      {
         "root": "pages/order",
@@ -195,12 +170,52 @@
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "我的订单"
                  "navigationBarTitleText": "我的工作",
                  "enablePullDownRefresh": true
               }
            }
         ]
      },
      {
         "root": "pages/company",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工人打卡记录"
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "工人打卡详情"
               }
            }
         ]
      },
      {
         "root": "pages/wallet",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "钱包"
               }
            },
            {
               "path": "recharge",
               "style": {
                  "navigationBarTitleText": "提现"
               }
            }
            // {
            //    "path": "withdrawal",
            //    "style": {
            //       "navigationBarTitleText": "充值"
            //    }
            // }
         ]
      }
   ],
   "globalStyle": {
      "navigationBarTextStyle": "black",