-
zhangwei
2024-10-11 a1a7c2aed860d1a1bb1ac377a69cdeacb7609cb9
src/pages.json
@@ -180,7 +180,8 @@
               "path": "index",
               "style": {
                  "navigationBarTitleText": "工资审核",
                  "enablePullDownRefresh": true
                  "enablePullDownRefresh": true,
                  "onReachBottomDistance": 50
               }
            },
            {
@@ -222,23 +223,24 @@
      {
         "root": "pages/worker",
         "pages": [{
            "path": "worker",
            "style": {
               "navigationBarTitleText": "工人详情"
               "path": "worker",
               "style": {
                  "navigationBarTitleText": "工人详情"
               }
            },
            {
               "path": "salary",
               "style": {
                  "navigationBarTitleText": "工资查询"
               }
            },
            {
               "path": "salaryDetail",
               "style": {
                  "navigationBarTitleText": "工资查询明细"
               }
            }
         },
         {
            "path": "salary",
            "style": {
               "navigationBarTitleText": "工资查询"
            }
         },
         {
            "path": "salaryDetail",
            "style": {
               "navigationBarTitleText": "工资查询明细"
            }
         }]
         ]
      }