zhangwei
2025-01-16 e3f6581c48b1dfb65c55e8a1a6ce1761a7dc26b4
src/pages.json
@@ -45,7 +45,7 @@
            "navigationBarTitleText": "发布招工"
         }
      },
      {
         "path": "pages/mine/index",
         "style": {
@@ -76,25 +76,16 @@
         }
      },
      {
         "path" : "pages/income/income",
         "style" :
         {
            "navigationBarTitleText" : "工资明细",
         "path": "pages/income/income",
         "style": {
            "navigationBarTitleText": "工资明细",
            "enablePullDownRefresh": true
         }
      },
      {
         "path" : "pages/article/article",
         "style" :
         {
            "navigationBarTitleText" : "用户协议"
         }
      },
      {
         "path" : "pages/worker/worker",
         "style" :
         {
            "navigationBarTitleText" : "工人详情"
         "path": "pages/article/article",
         "style": {
            "navigationBarTitleText": "用户协议"
         }
      }
   ],
@@ -103,7 +94,7 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "打卡记录",
                  "navigationBarTitleText": "工作记录",
                  "enablePullDownRefresh": true
               }
            },
@@ -171,8 +162,14 @@
            {
               "path": "myorder",
               "style": {
                  "navigationBarTitleText": "我的工作",
                  "navigationBarTitleText": "上班打卡",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "myorderdetail",
               "style": {
                  "navigationBarTitleText": "详情"
               }
            }
         ]
@@ -182,14 +179,15 @@
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工人打卡记录",
                  "enablePullDownRefresh": true
                  "navigationBarTitleText": "工资审核",
                  "enablePullDownRefresh": true,
                  "onReachBottomDistance": 50
               }
            },
            {
               "path": "record",
               "style": {
                  "navigationBarTitleText": "工人打卡详情"
                  "navigationBarTitleText": "工资审核详情"
               }
            },
            {
@@ -221,6 +219,63 @@
            //    }
            // }
         ]
      },
      {
         "root": "pages/reimbursement",
         "pages": [{
               "path": "index",
               "style": {
                  "navigationBarTitleText": "费用报销申请"
               }
            },
            {
               "path": "examine",
               "style": {
                  "navigationBarTitleText": "请示批复".,
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "myreim",
               "style": {
                  "navigationBarTitleText": "我的费用报销",
                  "enablePullDownRefresh": true
               }
            },
            {
               "path": "reimbursement",
               "style": {
                  "navigationBarTitleText": "费用报销"
               }
            },{
               "path": "approve",
               "style": {
                  "navigationBarTitleText": "审批"
               }
            }
         ]
      },
      {
         "root": "pages/worker",
         "pages": [{
               "path": "worker",
               "style": {
                  "navigationBarTitleText": "工人详情"
               }
            },
            {
               "path": "salary",
               "style": {
                  "navigationBarTitleText": "工资查询"
               }
            },
            {
               "path": "salaryDetail",
               "style": {
                  "navigationBarTitleText": "工资查询明细"
               }
            }
         ]
      }