jiangping
2025-03-18 cc6ab7021c3aef6ca3bbf05f8bcb5bfe0e6f6096
bicycle/pages.json
@@ -6,7 +6,8 @@
      {
         "path": "pages/index/index",
         "style": {
            "navigationStyle": "custom"
            "navigationStyle": "custom",
            "enablePullDownRefresh": true
         }
      }
       ,{
@@ -72,6 +73,48 @@
            }
            
        }
        ,{
            "path" : "pages/login/login",
            "style" :
            {
                "navigationBarTitleText": "重新登录",
                "enablePullDownRefresh": false
            }
        }
        ,{
            "path" : "pages/leaseNotice/leaseNotice",
            "style" :
            {
                "navigationBarTitleText": "租赁须知",
                "enablePullDownRefresh": false
            }
        },
        {
           "path" : "pages/setMenu/setMenu",
           "style" :
           {
              "navigationBarTitleText" : "热销套餐",
            "navigationBarBackgroundColor": "#ffffff"
           }
        },
        {
           "path" : "pages/packageDetails/packageDetails",
           "style" :
           {
              "navigationBarTitleText" : "套餐详情",
            "navigationBarBackgroundColor": "#ffffff"
           }
        },
        {
           "path" : "pages/paymentPage/paymentPage",
           "style" :
           {
              "navigationBarTitleText" : "支付订单",
            "navigationBarBackgroundColor": "#ffffff"
           }
        }
    ],
   "globalStyle": {
      "navigationBarTextStyle": "black",