#
whycq
2022-12-14 289e204f67b8ae0144772707e028a4aa82f2002a
pages.json
@@ -29,6 +29,29 @@
         "style": {
            "navigationBarTitleText": "个人中心"
         }
      },
      {
         "path": "pages/business/cstmr/csmtr",
         "style": {
            // "navigationStyle": "custom"
            "navigationBarTitleText": "甲方单位",
            "titleNView": {
               "buttons": [
                  {
                     "text":"添加",
                     "fontSize":"14px",
                     "float":"right",
                     "width": "44px"
                  }
               ]
            }
         }
      },
      {
         "path": "pages/business/cstmr/addCsmtr",
         "style": {
            "navigationBarTitleText": "添加甲方单位"
         }
      }